summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/icons.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NewStory/src/icons.cpp')
-rw-r--r--plugins/NewStory/src/icons.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/NewStory/src/icons.cpp b/plugins/NewStory/src/icons.cpp
index 26a8f01360..36bf44344b 100644
--- a/plugins/NewStory/src/icons.cpp
+++ b/plugins/NewStory/src/icons.cpp
@@ -48,12 +48,12 @@ void InitIcons()
HookEvent(ME_SKIN2_ICONSCHANGED, evtIconsChanged);
}
-void RefreshIcons(IconItem *icons, int count)
+/*void RefreshIcons(IconItem *icons, int count)
{
//if (ServiceExists(MS_SKIN2_ADDICON))
// for (int i = 0; i < count; i++)
// icons[i].hIcon = (HICON)CallService(MS_SKIN2_GETICON, 0, (LPARAM)icons[i].szId);
-}
+}*/
HICON GetIcon(int iconId)
{