summaryrefslogtreecommitdiff
path: root/protocols/Yahoo/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-06-06 10:37:18 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-06-06 10:37:18 +0000
commit176fb1d22df02c5791815a0764273c0b8da1d3d4 (patch)
tree12fabc1bc14714961a12cfa8393e30040333eb26 /protocols/Yahoo/src/proto.h
parent441a5f30dd890a8a6db0c6931c23b42fb2d2f7ad (diff)
YAHOO: static functions removed from class
git-svn-id: http://svn.miranda-ng.org/main/trunk@16924 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Yahoo/src/proto.h')
-rw-r--r--protocols/Yahoo/src/proto.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/protocols/Yahoo/src/proto.h b/protocols/Yahoo/src/proto.h
index 992b9292c3..0f2324ec75 100644
--- a/protocols/Yahoo/src/proto.h
+++ b/protocols/Yahoo/src/proto.h
@@ -168,12 +168,6 @@ struct CYahooProto : public PROTO<CYahooProto>
void ext_got_file7info(const char *me, const char *who, const char *url, const char *fname, const char *ft_token);
void ext_ft7_send_file(const char *me, const char *who, const char *filename, const char *token, const char *ft_token);
- //====| icolib.cpp |==================================================================
- void IconsInit( void );
- HICON LoadIconEx(const char* name, bool big = false);
- HANDLE GetIconHandle(int iconId);
- void ReleaseIconEx(const char* name, bool big = false);
-
//====| ignore.cpp |==================================================================
const YList* GetIgnoreList(void);
void IgnoreBuddy(const char *buddy, int ignore);