diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-21 18:56:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-21 18:56:18 +0300 |
commit | 79e280817b91f4e9b67cc42a8abf5c49243f56a5 (patch) | |
tree | 3e159883582184e7e0eaf92db943798b58caac9a /src/actions/actions.h | |
parent | 2c1130c1a8acb1c3df42ba904589d01b6a459017 (diff) | |
download | plus-79e280817b91f4e9b67cc42a8abf5c49243f56a5.tar.gz plus-79e280817b91f4e9b67cc42a8abf5c49243f56a5.tar.bz2 plus-79e280817b91f4e9b67cc42a8abf5c49243f56a5.tar.xz plus-79e280817b91f4e9b67cc42a8abf5c49243f56a5.zip |
Move tabs related actions into separate file.
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 |