1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-25 17:40:36 +00:00

removed a call to rogueviz::processKey

This commit is contained in:
Zeno Rogue 2018-07-09 19:00:47 +02:00
parent 508c63d731
commit 9a1ec47034
2 changed files with 0 additions and 6 deletions

View File

@ -426,10 +426,6 @@ void handleKeyNormal(int sym, int uni) {
} }
if(sym == SDLK_F1) gotoHelp(help); if(sym == SDLK_F1) gotoHelp(help);
#if CAP_ROGUEVIZ
rogueviz::processKey(sym, uni);
#endif
} }
bool need_mouseh = false; bool need_mouseh = false;

View File

@ -1778,8 +1778,6 @@ void showMenu() {
}; };
} }
void processKey(int sym, int uni) { }
string makehelp() { string makehelp() {
string ret = string ret =
"This is RogueViz, a visualization engine based on HyperRogue.\n\nUse WASD to move, v for menu.\n\n" "This is RogueViz, a visualization engine based on HyperRogue.\n\nUse WASD to move, v for menu.\n\n"