From e5ac29f35d9a0ede9d1263ab1bb7c20568dbdd67 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 25 Aug 2014 12:46:16 +0300 Subject: Move chat command /cleangraphics into actions. --- src/commands.cpp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/commands.cpp') diff --git a/src/commands.cpp b/src/commands.cpp index 953f2679d..3d8f94b39 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -251,18 +251,6 @@ static void outStringNormal(ChatTab *const tab, } } -impHandler0(cleanGraphics) -{ - ResourceManager::getInstance()->clearCache(); - - if (debugChatTab) - { - // TRANSLATORS: clear graphics command message - debugChatTab->chatLog(_("Cache cleaned")); - } - return true; -} - impHandler0(cleanFonts) { if (gui) -- cgit v1.2.3-70-g09d2