diff options
author | George Hazan <ghazan@miranda.im> | 2019-04-12 19:18:52 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-04-12 19:18:52 +0300 |
commit | 210080b3011c08b58184d9ccb7ebd52b9d5433a0 (patch) | |
tree | 735ce33a317db3a2c0bc1dd86cea83292f84794e /protocols/JabberG/src/jabber_proto.h | |
parent | 00c78ff657f997727c6ed7a66edde98c6036ed30 (diff) |
wiping custom icolib functions: Jabber
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rwxr-xr-x | protocols/JabberG/src/jabber_proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h index 40227f952c..97bcef405d 100755 --- a/protocols/JabberG/src/jabber_proto.h +++ b/protocols/JabberG/src/jabber_proto.h @@ -482,8 +482,6 @@ struct CJabberProto : public PROTO<CJabberProto>, public IJabberInterface int* m_transportProtoTableStartIndex;
void IconsInit(void);
- HANDLE GetIconHandle(int iconId);
- HICON LoadIconEx(const char* name, bool big = false);
int LoadAdvancedIcons(int iID);
int GetTransportProtoID(char* TransportDomain);
int GetTransportStatusIconIndex(int iID, int Status);
|