fix Window::handle_event() comment

This commit is contained in:
Josh Holtrop 2016-07-08 19:44:33 -04:00
parent bd1f1bd655
commit 5b36a220f7

View File

@ -114,8 +114,6 @@ void Window::run_event_loop()
/**
* Handle a SDL event.
*
* @retval true E
*/
void Window::handle_event(SDL_Event & event)
{