remove some hacky shit

This commit is contained in:
Andrzej Rybczak
2012-08-14 01:48:36 +02:00
parent 181224b837
commit 2d57f15cad
5 changed files with 21 additions and 54 deletions

View File

@@ -54,7 +54,7 @@ class Help : public Screen<Scrollpad>
void MouseDesc(std::string action, const char *desc, bool indent = false);
void MouseColumn(const char *column);
std::string DisplayKeys2(const ActionType at);
std::string DisplayKeys(const ActionType at);
void GetKeybindings();
};