summaryrefslogtreecommitdiff
path: root/plugins/ModernOpt/src/mopt_ignore.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-08-11 21:53:02 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-08-11 21:53:02 +0000
commit088403332a5a0a0312441a7938ed66f80126018f (patch)
tree97b23edd153c448f619f811bb869b5f2b964ea93 /plugins/ModernOpt/src/mopt_ignore.cpp
parent7eead4e8929a8cacffa457a998800f63497aca4f (diff)
more warning fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@14917 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ModernOpt/src/mopt_ignore.cpp')
-rw-r--r--plugins/ModernOpt/src/mopt_ignore.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/ModernOpt/src/mopt_ignore.cpp b/plugins/ModernOpt/src/mopt_ignore.cpp
index 8f38231f40..468a63f2f5 100644
--- a/plugins/ModernOpt/src/mopt_ignore.cpp
+++ b/plugins/ModernOpt/src/mopt_ignore.cpp
@@ -34,6 +34,7 @@ void ModernOptIgnore_AddItem(MODERNOPTOBJECT *obj)
SendMessage(g_hwndModernOptIgnore, WM_APP, 0, (LPARAM)obj);
}
+/*
static void ResetListOptions(HWND hwndList)
{
SendMessage(hwndList, CLM_SETHIDEEMPTYGROUPS, 1, 0);
@@ -49,3 +50,4 @@ static void SetAllContactIcons(HWND hwndList, int count)
SendMessage(hwndList,CLM_SETCHECKMARK,hItem,1);
}
}
+*/ \ No newline at end of file