Skip to content
Snippets Groups Projects
Commit b38127ee authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Remove unused variable

parent 16bf43e5
No related branches found
No related tags found
No related merge requests found
Pipeline #7260 passed
......@@ -960,7 +960,6 @@ void sdl_video_event_thread(void *data)
sdl.RestoreWindow(win);
pthread_mutex_unlock(&win_mutex);
int w, h;
SDL_Rect r;
if (!sdl_get_bounds(&w, &h)) {
w = 0;
h = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment