1
0
Fork 0
mirror of https://github.com/Ryujinx/SDL.git synced 2025-03-29 14:37:04 +00:00

Fixed compiler warning

This commit is contained in:
Sam Lantinga 2021-02-04 10:46:34 -08:00
parent a60af1e4d0
commit ff297753db

View file

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