diff --git a/stella/src/emucore/EventHandler.cxx b/stella/src/emucore/EventHandler.cxx index 84fd912f7..1cfd542f4 100644 --- a/stella/src/emucore/EventHandler.cxx +++ b/stella/src/emucore/EventHandler.cxx @@ -13,7 +13,7 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: EventHandler.cxx,v 1.230 2008-12-28 22:30:40 stephena Exp $ +// $Id: EventHandler.cxx,v 1.231 2008-12-28 22:31:13 stephena Exp $ //============================================================================ #include @@ -452,7 +452,6 @@ void EventHandler::poll(uInt32 time) else if(key == SDLK_RETURN) { myOSystem->frameBuffer().toggleFullscreen(); -cerr << " toggle fullscreen\n"; } else if(key == SDLK_EQUALS) {