summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/icons.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-12-13 19:55:02 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-12-13 20:46:01 +0300
commit887544273011d56a796e9507199ea8d6484d31c6 (patch)
treec203b7f58e69abad45de75ed5e3e75f99057a17d /plugins/NewStory/src/icons.cpp
parentcd99f666712ff1227e33d8891897c4f4409dd572 (diff)
NewStory: code cleaning
Diffstat (limited to 'plugins/NewStory/src/icons.cpp')
-rw-r--r--plugins/NewStory/src/icons.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/NewStory/src/icons.cpp b/plugins/NewStory/src/icons.cpp
index 36bf44344b..bcf04b1324 100644
--- a/plugins/NewStory/src/icons.cpp
+++ b/plugins/NewStory/src/icons.cpp
@@ -33,8 +33,6 @@ static IconItem icons[] =
{ LPGEN("Save Password"), "savepass", ICO_SAVEPASS }
};
-//int iconCount = sizeof(icons) / sizeof(icons[0]);
-
int evtIconsChanged(WPARAM, LPARAM)
{
//RefreshIcons(icons, ICO_COUNT);
@@ -61,4 +59,4 @@ HICON GetIcon(int iconId)
if (it.defIconID == iconId)
return IcoLib_GetIconByHandle(it.hIcolib);
return nullptr;
-} \ No newline at end of file
+}