From fbf45af162f9a2eecd3c27c8729bd9c811dbe793 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 27 Aug 2014 15:14:59 +0300 Subject: Move chat command /enablehightlight 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 1f474bd3f..6c0abcd38 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -106,18 +106,6 @@ impHandler(hack) return true; } -impHandler(enableHighlight) -{ - if (event.tab) - { - event.tab->setAllowHighlight(true); - if (chatWindow) - chatWindow->saveState(); - return true; - } - return false; -} - impHandler(disableHighlight) { if (event.tab) -- cgit v1.2.3-70-g09d2