* Remove an ugly debug print :o
This commit is contained in:
jean.chalard
2010-02-15 10:28:13 +00:00
parent ec61fede8d
commit 6d2857c341

View File

@@ -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);
}