From 87cbc0b769f26286166201018c9e0e357c5caa66 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Sun, 22 Dec 2013 16:10:36 +0000 Subject: Since Math module support was removed in [7309], also remove the option related to it git-svn-id: http://svn.miranda-ng.org/main/trunk@7339 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/chat/options.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/TabSRMM/src/chat') diff --git a/plugins/TabSRMM/src/chat/options.cpp b/plugins/TabSRMM/src/chat/options.cpp index e1122a9483..01d0d7d1d6 100644 --- a/plugins/TabSRMM/src/chat/options.cpp +++ b/plugins/TabSRMM/src/chat/options.cpp @@ -208,8 +208,7 @@ static branch_t branch2[] = { {LPGENT("Colorize user names in message log"), "ColorizeNicksInLog", 0, 1, NULL}, {LPGENT("Scale down icons to 10x10 pixels in the chat log"), "ScaleIcons", 0, 1, NULL}, {LPGENT("Place a separator in the log after a window lost its foreground status"), "UseDividers", 0, 1, NULL}, - {LPGENT("Only place a separator when an incoming event is announced with a popup"), "DividersUsePopupConfig", 0, 1, NULL}, - {LPGENT("Support the math module plugin"), "MathModSupport", 0, 0, NULL} + {LPGENT("Only place a separator when an incoming event is announced with a popup"), "DividersUsePopupConfig", 0, 1, NULL} }; static HWND hPathTip = 0; -- cgit v1.2.3