From 61ba37d7add73fde2adaa97f599d40281eac175d Mon Sep 17 00:00:00 2001 From: stephena Date: Sun, 28 Dec 2008 22:31:13 +0000 Subject: [PATCH] Oops, forgot to remove debugging code. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1581 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/src/emucore/EventHandler.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) {