summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/muchighlight.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-10-10 16:22:34 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-10-10 16:22:34 +0300
commitd3387c7307fa3f883e77c17e443874b3a085ded5 (patch)
tree7977c7fcbf427fdbb154f00376dd1a65888d65ed /plugins/TabSRMM/src/muchighlight.h
parentf6b9225bf5ccba811d7a24faf2e298361ed76649 (diff)
fixes #943 (TabSRMM: Add to highlight list doesn't work)
this feature has never worked and therefore removed
Diffstat (limited to 'plugins/TabSRMM/src/muchighlight.h')
-rw-r--r--plugins/TabSRMM/src/muchighlight.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/muchighlight.h b/plugins/TabSRMM/src/muchighlight.h
index 9ca56c95d0..d6e124df04 100644
--- a/plugins/TabSRMM/src/muchighlight.h
+++ b/plugins/TabSRMM/src/muchighlight.h
@@ -57,7 +57,6 @@ public:
bool match(const GCEVENT *pgce, const SESSION_INFO *psi, DWORD dwFlags = MATCH_NICKNAME);
static INT_PTR CALLBACK dlgProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam); // option page dlg proc
- static INT_PTR CALLBACK dlgProcAdd(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam); // for the "add to" dialog
private:
void tokenize(wchar_t *tszString, wchar_t**& patterns, UINT& nr);