diff options
author | George Hazan <ghazan@miranda.im> | 2018-03-10 21:18:01 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-03-10 21:18:01 +0300 |
commit | 622e8f22fad1f323c6b7797a3e9f9ac34d50ae3e (patch) | |
tree | 34f50aa5248a0292be31fb4d9e7a252c4f96b03f /plugins/Import/src/utils.cpp | |
parent | bbf7a2bcf24ca620d44a397e1c289d25bcb03ec2 (diff) |
unused code removed
Diffstat (limited to 'plugins/Import/src/utils.cpp')
-rw-r--r-- | plugins/Import/src/utils.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/Import/src/utils.cpp b/plugins/Import/src/utils.cpp index 8f83ed3f8b..ee85e71287 100644 --- a/plugins/Import/src/utils.cpp +++ b/plugins/Import/src/utils.cpp @@ -195,15 +195,6 @@ static IconItem iconList[] = { LPGEN("Import..."), "import_main", IDI_IMPORT }
};
-HICON GetIcon(int iIconId, bool size)
-{
- for (auto &it : iconList)
- if (it.defIconID == iIconId)
- return IcoLib_GetIconByHandle(it.hIcolib, size);
-
- return nullptr;
-}
-
HANDLE GetIconHandle(int iIconId)
{
for (auto &it : iconList)
|