diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-21 18:29:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-21 18:29:14 +0300 |
commit | d8bd7fec4c21e4e4b19053153d5e3a271f3e0a42 (patch) | |
tree | 296020411f2ff09e0a10d963f675723927b7118f /src/actions/actions.h | |
parent | 818116248c82fb48f8b99d37e896e18609cdd713 (diff) | |
download | plus-d8bd7fec4c21e4e4b19053153d5e3a271f3e0a42.tar.gz plus-d8bd7fec4c21e4e4b19053153d5e3a271f3e0a42.tar.bz2 plus-d8bd7fec4c21e4e4b19053153d5e3a271f3e0a42.tar.xz plus-d8bd7fec4c21e4e4b19053153d5e3a271f3e0a42.zip |
Move windows related actions into separate file.
Diffstat (limited to 'src/actions/actions.h')
-rw-r--r-- | src/actions/actions.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/actions/actions.h b/src/actions/actions.h index 8aee7caf4..a71eb22fb 100644 --- a/src/actions/actions.h +++ b/src/actions/actions.h @@ -100,31 +100,6 @@ namespace Actions decHandler(nextCommandsTab); decHandler(prevCommandsTab); decHandler(openTrade); - - decHandler(hideWindows); - decHandler(helpWindowShow); - decHandler(aboutWindowShow); - decHandler(setupWindowShow); - decHandler(statusWindowShow); - decHandler(inventoryWindowShow); - decHandler(equipmentWindowShow); - decHandler(skillDialogShow); - decHandler(minimapWindowShow); - decHandler(chatWindowShow); - decHandler(shortcutWindowShow); - decHandler(debugWindowShow); - decHandler(socialWindowShow); - decHandler(emoteShortcutWindowShow); - decHandler(outfitWindowShow); - decHandler(shopWindowShow); - decHandler(dropShortcutWindowShow); - decHandler(killStatsWindowShow); - decHandler(spellShortcutWindowShow); - decHandler(botcheckerWindowShow); - decHandler(whoIsOnlineWindowShow); - decHandler(didYouKnowWindowShow); - decHandler(questsWindowShow); - decHandler(updaterWindowShow); } // namespace Actions #undef decHandler |