From 81a7b06f2ff1fad4b012068b15975bdb5e86a0e4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 23 Aug 2014 22:13:50 +0300 Subject: Move chat command /clear into actions. --- src/commands.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/commands.cpp') diff --git a/src/commands.cpp b/src/commands.cpp index 8e90532c8..7491c678e 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -251,16 +251,6 @@ static void outStringNormal(ChatTab *const tab, } } -impHandler0(clear) -{ - if (chatWindow) - { - chatWindow->clearTab(); - return true; - } - return false; -} - impHandler0(cleanGraphics) { ResourceManager::getInstance()->clearCache(); -- cgit v1.2.3-60-g2f50