Skip to content

Commit

Permalink
EventThread: Comment out unneeded SDL2 constants
Browse files Browse the repository at this point in the history
  • Loading branch information
Ancurio committed Jul 26, 2015
1 parent 4d97a17 commit 7bf6eca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/eventthread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -490,13 +490,13 @@ int EventThread::eventFilter(void *data, SDL_Event *event)
Debug() << "SDL_APP_LOWMEMORY";
return 0;

case SDL_RENDER_TARGETS_RESET :
Debug() << "****** SDL_RENDER_TARGETS_RESET";
return 0;
// case SDL_RENDER_TARGETS_RESET :
// Debug() << "****** SDL_RENDER_TARGETS_RESET";
// return 0;

case SDL_RENDER_DEVICE_RESET :
Debug() << "****** SDL_RENDER_DEVICE_RESET";
return 0;
// case SDL_RENDER_DEVICE_RESET :
// Debug() << "****** SDL_RENDER_DEVICE_RESET";
// return 0;
}

return 1;
Expand Down

0 comments on commit 7bf6eca

Please sign in to comment.