summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-23 14:50:14 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-23 14:50:14 +0300
commitdded1355609c8f23281f78ec719b09b1693ea717 (patch)
tree00238316177f9099d2e58cd639269a269a2dd0d0 /src/commands.cpp
parent44df89ce3e77f4f5e93555260f3eabab7621f77d (diff)
downloadplus-dded1355609c8f23281f78ec719b09b1693ea717.tar.gz
plus-dded1355609c8f23281f78ec719b09b1693ea717.tar.bz2
plus-dded1355609c8f23281f78ec719b09b1693ea717.tar.xz
plus-dded1355609c8f23281f78ec719b09b1693ea717.zip
Move chat command /closeall into actions.
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index 2f68efda4..3c0734e43 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -754,18 +754,6 @@ impHandler0(attackHuman)
return true;
}
-
-impHandler0(closeAll)
-{
- if (chatWindow)
- {
- chatWindow->removeAllWhispers();
- chatWindow->saveState();
- return true;
- }
- return false;
-}
-
impHandler0(ignoreAll)
{
if (chatWindow)