diff options
Diffstat (limited to 'src/actions/actions.h')
-rw-r--r-- | src/actions/actions.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/actions/actions.h b/src/actions/actions.h index 866c0326c..da216deb5 100644 --- a/src/actions/actions.h +++ b/src/actions/actions.h @@ -32,8 +32,6 @@ namespace Actions decHandler(mouseClick); decHandler(ok); decHandler(shortcut); - decHandler(prevSocialTab); - decHandler(nextSocialTab); decHandler(quit); decHandler(dropItem0); decHandler(dropItem); @@ -76,10 +74,6 @@ namespace Actions decHandler(stopSit); decHandler(showKeyboard); decHandler(showWindows); - decHandler(nextShortcutsTab); - decHandler(prevShortcutsTab); - decHandler(nextCommandsTab); - decHandler(prevCommandsTab); decHandler(openTrade); } // namespace Actions |