From 6d2857c341e1704a8dce9ef5b6b243122242091a Mon Sep 17 00:00:00 2001 From: "jean.chalard" Date: Mon, 15 Feb 2010 10:28:13 +0000 Subject: [PATCH] J : * Remove an ugly debug print :o --- JGE/src/Xmain.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/JGE/src/Xmain.cpp b/JGE/src/Xmain.cpp index 08e78b811..1e7b3f4e8 100644 --- a/JGE/src/Xmain.cpp +++ b/JGE/src/Xmain.cpp @@ -392,8 +392,6 @@ int main(int argc, char* argv[]) case KeyPress: { const KeySym sym = XKeycodeToKeysym(gXDisplay, event.xkey.keycode, 1); - std::cout << sym << " " << XK_Alt_L << std::endl; - if (sym == XK_F) fullscreen(); g_engine->HoldKey_NoRepeat(sym); }