From 9de5536077107f36185c1132cd0cbcdbeefffabb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 27 Aug 2014 15:21:32 +0300 Subject: Move chat command /disablehightlight 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 6c0abcd38..de2d03475 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -106,18 +106,6 @@ impHandler(hack) return true; } -impHandler(disableHighlight) -{ - if (event.tab) - { - event.tab->setAllowHighlight(false); - if (chatWindow) - chatWindow->saveState(); - return true; - } - return false; -} - impHandler(dontRemoveName) { if (event.tab) -- cgit v1.2.3-60-g2f50