EventThread: Comment out unneeded SDL2 constants

This commit is contained in:
Jonas Kulla 2015-07-26 23:56:50 +02:00
parent 4d97a17c44
commit 7bf6eca362
1 changed files with 6 additions and 6 deletions

View File

@ -490,13 +490,13 @@ int EventThread::eventFilter(void *data, SDL_Event *event)
Debug() << "SDL_APP_LOWMEMORY"; Debug() << "SDL_APP_LOWMEMORY";
return 0; return 0;
case SDL_RENDER_TARGETS_RESET : // case SDL_RENDER_TARGETS_RESET :
Debug() << "****** SDL_RENDER_TARGETS_RESET"; // Debug() << "****** SDL_RENDER_TARGETS_RESET";
return 0; // return 0;
case SDL_RENDER_DEVICE_RESET : // case SDL_RENDER_DEVICE_RESET :
Debug() << "****** SDL_RENDER_DEVICE_RESET"; // Debug() << "****** SDL_RENDER_DEVICE_RESET";
return 0; // return 0;
} }
return 1; return 1;