diff options
author | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-07-15 20:41:05 +0200 |
---|---|---|
committer | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-09-28 18:36:10 +0200 |
commit | 12b2d53cb78db985da9d92230841be6570a7cfdc (patch) | |
tree | 268eb044762e8a320fb45a4c4df1993f3be1bb4f /src/game.cpp | |
parent | 1012c6edeffc4a220c7151a7a1a55f12abf2fa9c (diff) | |
download | mana-12b2d53cb78db985da9d92230841be6570a7cfdc.tar.gz mana-12b2d53cb78db985da9d92230841be6570a7cfdc.tar.bz2 mana-12b2d53cb78db985da9d92230841be6570a7cfdc.tar.xz mana-12b2d53cb78db985da9d92230841be6570a7cfdc.zip |
The shortcuts are now refreshed when reassigning keys.
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp index af9c2c39..1e4c4076 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -64,7 +64,6 @@ #include "gui/textdialog.h" #include "gui/trade.h" #include "gui/viewport.h" -#include "gui/windowmenu.h" #include "gui/widgets/chattab.h" #include "gui/widgets/emoteshortcutcontainer.h" |