summaryrefslogtreecommitdiff
path: root/plugins/YAPP/src/icons.cpp
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2015-06-14 06:29:23 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2015-06-14 06:29:23 +0000
commit97785a240eb32d83ffedaa463afaacf2304b3634 (patch)
tree48396c37d3386f78421e9708fabe839415feed1c /plugins/YAPP/src/icons.cpp
parent3230008f0a81f89bb2a9792ff4ed77e9edab0b29 (diff)
cleanup (patch by person)
git-svn-id: http://svn.miranda-ng.org/main/trunk@14158 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/YAPP/src/icons.cpp')
-rw-r--r--plugins/YAPP/src/icons.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/plugins/YAPP/src/icons.cpp b/plugins/YAPP/src/icons.cpp
index 97a4290406..6c48b95d0c 100644
--- a/plugins/YAPP/src/icons.cpp
+++ b/plugins/YAPP/src/icons.cpp
@@ -12,17 +12,6 @@ static IconItem iconList[] =
{ LPGEN("Popup History"), ICO_HISTORY, IDI_HISTORY },
};
-/**
- * Returns a icon, identified by a name
- * @param pszIcon - name of the icon
- * @param big - bool big icon (default = false)
- * @return: HICON if the icon is loaded, NULL otherwise
- **/
-HICON IcoLib_GetIcon(LPCSTR pszIcon, bool big)
-{
- return (pszIcon) ? Skin_GetIcon(pszIcon, big) : NULL;
-}
-
void InitIcons()
{
Icon_Register(hInst, SECT_TOLBAR, iconList, 2);