summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/chat
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2013-12-22 16:10:36 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2013-12-22 16:10:36 +0000
commit87cbc0b769f26286166201018c9e0e357c5caa66 (patch)
tree4d96f5d3966a07b2aaf6af8cf1c277f2ef1a473d /plugins/TabSRMM/src/chat
parentc9287ddce3e182f5f07f43afd63abd407e26f8b0 (diff)
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
Diffstat (limited to 'plugins/TabSRMM/src/chat')
-rw-r--r--plugins/TabSRMM/src/chat/options.cpp3
1 files changed, 1 insertions, 2 deletions
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;