diff options
author | George Hazan <george.hazan@gmail.com> | 2014-07-15 16:02:38 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-07-15 16:02:38 +0000 |
commit | 245d244aace5447e09c132e3efac4846ba48e95a (patch) | |
tree | e554f4a680942148cbe65cf59c77a9cf3a847e36 /protocols/IcqOscarJ/src/icq_proto.h | |
parent | 15521ae2b07f2c14897f1a5dd62674876fe52fa9 (diff) |
useless junk removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@9811 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/src/icq_proto.h')
-rw-r--r-- | protocols/IcqOscarJ/src/icq_proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/IcqOscarJ/src/icq_proto.h b/protocols/IcqOscarJ/src/icq_proto.h index 82d10ebc20..a41760eda2 100644 --- a/protocols/IcqOscarJ/src/icq_proto.h +++ b/protocols/IcqOscarJ/src/icq_proto.h @@ -117,8 +117,6 @@ struct CIcqProto : public PROTO<CIcqProto> INT_PTR __cdecl SendSms(WPARAM wParam, LPARAM lParam);
INT_PTR __cdecl SendYouWereAdded(WPARAM wParam, LPARAM lParam);
INT_PTR __cdecl SetMyAvatar(WPARAM wParam, LPARAM lParam);
- INT_PTR __cdecl SetNickName(WPARAM wParam, LPARAM lParam);
- INT_PTR __cdecl SetPassword(WPARAM wParam, LPARAM lParam);
INT_PTR __cdecl SetXStatusEx(WPARAM wParam, LPARAM lParam);
INT_PTR __cdecl ShowXStatusDetails(WPARAM wParam, LPARAM lParam);
|