summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-25 21:38:12 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-25 21:38:12 +0300
commitfb062d9f90d44e279ce02985c3f4f4335550cf87 (patch)
tree4ae1fec555e1f065018b2ac8d8650130c3060c40 /src/commands.cpp
parent015a260c6444e74579401dfe41e39592b2201d36 (diff)
downloadplus-fb062d9f90d44e279ce02985c3f4f4335550cf87.tar.gz
plus-fb062d9f90d44e279ce02985c3f4f4335550cf87.tar.bz2
plus-fb062d9f90d44e279ce02985c3f4f4335550cf87.tar.xz
plus-fb062d9f90d44e279ce02985c3f4f4335550cf87.zip
Move chat command /all into actions.
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index 01639ebbd..4e4c2ef5f 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -251,16 +251,6 @@ static void outStringNormal(ChatTab *const tab,
}
}
-impHandler0(showAll)
-{
- if (actorManager)
- {
- actorManager->printAllToChat();
- return true;
- }
- return false;
-}
-
impHandler(move)
{
int x = 0;