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"