From 9a1ec47034d3d874b0aca3240a28f49067d9fe8f Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 9 Jul 2018 19:00:47 +0200 Subject: [PATCH] removed a call to rogueviz::processKey --- control.cpp | 4 ---- rogueviz.cpp | 2 -- 2 files changed, 6 deletions(-) diff --git a/control.cpp b/control.cpp index a928f253..61a4b035 100644 --- a/control.cpp +++ b/control.cpp @@ -426,10 +426,6 @@ void handleKeyNormal(int sym, int uni) { } if(sym == SDLK_F1) gotoHelp(help); - -#if CAP_ROGUEVIZ - rogueviz::processKey(sym, uni); -#endif } bool need_mouseh = false; diff --git a/rogueviz.cpp b/rogueviz.cpp index 7ae03d8b..aadf8491 100644 --- a/rogueviz.cpp +++ b/rogueviz.cpp @@ -1778,8 +1778,6 @@ void showMenu() { }; } -void processKey(int sym, int uni) { } - string makehelp() { string ret = "This is RogueViz, a visualization engine based on HyperRogue.\n\nUse WASD to move, v for menu.\n\n"