commit | 6f1af971bb2e8ba6d61a3cf683f4f0acd74485a9 | [log] [tgz] |
---|---|---|
author | Sam Lantinga <slouken@libsdl.org> | Thu Feb 04 10:46:34 2021 -0800 |
committer | Sam Lantinga <slouken@libsdl.org> | Thu Feb 04 10:46:34 2021 -0800 |
tree | 3c35a269f555543df1ededd738d9b0f80d29a6cc | |
parent | 9f3af48ee2cb3a57fbb9b39a96c245659e954707 [diff] |
Fixed compiler warning
diff --git a/src/video/wayland/SDL_waylandvideo.c b/src/video/wayland/SDL_waylandvideo.c index aec6cc2..3ddeef0 100644 --- a/src/video/wayland/SDL_waylandvideo.c +++ b/src/video/wayland/SDL_waylandvideo.c
@@ -258,7 +258,6 @@ int height, int refresh) { - SDL_DisplayMode mode; SDL_VideoDisplay *display = data; SDL_WaylandOutputData* driverdata = display->driverdata;