Fixed compiler warning

This commit is contained in:
Sam Lantinga 2021-02-04 10:46:34 -08:00
parent a60af1e4d0
commit ff297753db
1 changed files with 0 additions and 1 deletions

View File

@ -258,7 +258,6 @@ display_handle_mode(void *data,
int height,
int refresh)
{
SDL_DisplayMode mode;
SDL_VideoDisplay *display = data;
SDL_WaylandOutputData* driverdata = display->driverdata;