diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-06-14 15:40:27 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-06-14 15:40:27 +0000 |
commit | bc62a020d2064444e15d202ac9c4dc10d9c60eec (patch) | |
tree | 9df46acd3211a4a50ecdebbcb6ebaef87bec5818 /protocols/IcqOscarJ/src/init.cpp | |
parent | cee53e5bb58141c39be6073e964caf6b6355b47f (diff) |
ICQ: Use core auth icons.
git-svn-id: http://svn.miranda-ng.org/main/trunk@4939 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/src/init.cpp')
-rw-r--r-- | protocols/IcqOscarJ/src/init.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/protocols/IcqOscarJ/src/init.cpp b/protocols/IcqOscarJ/src/init.cpp index 58f71046f4..fd428c02ed 100644 --- a/protocols/IcqOscarJ/src/init.cpp +++ b/protocols/IcqOscarJ/src/init.cpp @@ -81,14 +81,6 @@ static int icqProtoUninit( PROTO_INTERFACE* ppro ) return 0;
}
-IconItem g_IconsList[4] =
-{
- { LPGEN("Request authorization"), "req_auth", IDI_AUTH_ASK },
- { LPGEN("Grant authorization"), "grant_auth", IDI_AUTH_GRANT },
- { LPGEN("Revoke authorization"), "revoke_auth", IDI_AUTH_REVOKE },
- { LPGEN("Add to server list"), "add_to_server", IDI_SERVLIST_ADD }
-};
-
int ModuleLoad(WPARAM wParam, LPARAM lParam)
{
bPopupService = ServiceExists(MS_POPUP_ADDPOPUP);
@@ -117,9 +109,6 @@ extern "C" int __declspec(dllexport) Load(void) // Register static services
CreateServiceFunction(ICQ_DB_GETEVENTTEXT_MISSEDMESSAGE, icq_getEventTextMissedMessage);
- // Define global icons
- Icon_Register(hInst, "Protocols", g_IconsList, SIZEOF(g_IconsList), ICQ_PROTOCOL_NAME);
-
// Init extra statuses
InitXStatusIcons();
HookEvent(ME_SKIN2_ICONSCHANGED, OnReloadIcons);
|