diff options
author | Mataes <mataes2007@gmail.com> | 2018-11-25 18:37:22 +0300 |
---|---|---|
committer | Mataes <mataes2007@gmail.com> | 2018-11-25 18:37:22 +0300 |
commit | f975e96f73808081fe9cfe210d4793e27ad6d75e (patch) | |
tree | 4c1ceee24bd0a883d3719d898401cd4762cba620 /plugins/NewStory/src/icons.cpp | |
parent | a9fc0f61059fea8c39799d8c866ef1aa505f693e (diff) |
NewStory: worning fixes, icons compiles
Diffstat (limited to 'plugins/NewStory/src/icons.cpp')
-rw-r--r-- | plugins/NewStory/src/icons.cpp | 4 |
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) { |