Oops, forgot to remove debugging code.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1581 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2008-12-28 22:31:13 +00:00
parent 64ec3ac8d0
commit 61ba37d7ad
1 changed files with 1 additions and 2 deletions

View File

@ -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 <sstream>
@ -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)
{