diff options
author | George Hazan <george.hazan@gmail.com> | 2012-09-16 12:41:21 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-09-16 12:41:21 +0000 |
commit | c56ccb6226b01eafec0c6370feda1415cc46f009 (patch) | |
tree | 487d46b2c4120fd5619b434e4a5481188bc45cd6 /protocols/IcqOscarJ/icq_proto.h | |
parent | 07516b83796a76bb342947add147abb4795960da (diff) |
strange unused piece of code
git-svn-id: http://svn.miranda-ng.org/main/trunk@1579 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/icq_proto.h')
-rwxr-xr-x | protocols/IcqOscarJ/icq_proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/icq_proto.h b/protocols/IcqOscarJ/icq_proto.h index ec1eabb338..aa903689ad 100755 --- a/protocols/IcqOscarJ/icq_proto.h +++ b/protocols/IcqOscarJ/icq_proto.h @@ -121,7 +121,6 @@ struct CIcqProto : public PROTO_INTERFACE, public MZeroedObject INT_PTR __cdecl GrantAuthorization(WPARAM wParam, LPARAM lParam);
INT_PTR __cdecl menuXStatus(WPARAM wParam,LPARAM lParam,LPARAM fParam);
INT_PTR __cdecl OpenWebProfile(WPARAM wParam, LPARAM lParam);
- INT_PTR __cdecl RecvAuth(WPARAM wParam, LPARAM lParam);
INT_PTR __cdecl RequestAdvStatusIconIdx(WPARAM wParam, LPARAM lParam);
INT_PTR __cdecl RequestAuthorization(WPARAM wParam, LPARAM lParam);
INT_PTR __cdecl RequestXStatusDetails(WPARAM wParam, LPARAM lParam);
|