diff options
Diffstat (limited to 'gui/dialog.cpp')
-rw-r--r-- | gui/dialog.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gui/dialog.cpp b/gui/dialog.cpp index 560c29174a..781de330e2 100644 --- a/gui/dialog.cpp +++ b/gui/dialog.cpp @@ -21,10 +21,7 @@ */ #include "common/rect.h" - -#ifdef ENABLE_KEYMAPPER #include "common/events.h" -#endif #include "gui/gui-manager.h" #include "gui/dialog.h" @@ -359,9 +356,8 @@ void Dialog::handleCommand(CommandSender *sender, uint32 cmd, uint32 data) { } } -#ifdef ENABLE_KEYMAPPER void Dialog::handleOtherEvent(Common::Event evt) { } -#endif + /* * Determine the widget at location (x,y) if any. Assumes the coordinates are * in the local coordinate system, i.e. relative to the top left of the dialog. |