diff options
author | George Hazan <george.hazan@gmail.com> | 2013-09-25 13:40:12 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-09-25 13:40:12 +0000 |
commit | e4b8e9d9704a986c71565ef723cc8de208d97740 (patch) | |
tree | bfc6ec6cad97649f277a2d3829bbea2ebab26055 /protocols/IcqOscarJ | |
parent | 3be1f8e5705a997d94a12a5165a32cfcb867424f (diff) |
PROTO<>::SendAwayMsg / PSS_AWAYMSG considered unused
git-svn-id: http://svn.miranda-ng.org/main/trunk@6229 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ')
-rw-r--r-- | protocols/IcqOscarJ/src/icq_proto.cpp | 9 | ||||
-rw-r--r-- | protocols/IcqOscarJ/src/icq_proto.h | 1 |
2 files changed, 0 insertions, 10 deletions
diff --git a/protocols/IcqOscarJ/src/icq_proto.cpp b/protocols/IcqOscarJ/src/icq_proto.cpp index d8fc2ebb3b..7a283eff23 100644 --- a/protocols/IcqOscarJ/src/icq_proto.cpp +++ b/protocols/IcqOscarJ/src/icq_proto.cpp @@ -2135,15 +2135,6 @@ int __cdecl CIcqProto::RecvAwayMsg( HANDLE hContact, int statusMode, PROTORECVEV ////////////////////////////////////////////////////////////////////////////////////////
-// PSS_AWAYMSG - send status mode message (individual mode)
-
-int __cdecl CIcqProto::SendAwayMsg( HANDLE hContact, HANDLE hProcess, const char* msg )
-{
- return 1;
-}
-
-
-////////////////////////////////////////////////////////////////////////////////////////
// PS_SetAwayMsg - sets the away status message
int __cdecl CIcqProto::SetAwayMsg(int status, const TCHAR* msg)
diff --git a/protocols/IcqOscarJ/src/icq_proto.h b/protocols/IcqOscarJ/src/icq_proto.h index 98dfb90c1c..31f6047af3 100644 --- a/protocols/IcqOscarJ/src/icq_proto.h +++ b/protocols/IcqOscarJ/src/icq_proto.h @@ -93,7 +93,6 @@ struct CIcqProto : public PROTO<CIcqProto> virtual HANDLE __cdecl GetAwayMsg( HANDLE hContact );
virtual int __cdecl RecvAwayMsg( HANDLE hContact, int mode, PROTORECVEVENT* evt );
- virtual int __cdecl SendAwayMsg( HANDLE hContact, HANDLE hProcess, const char* msg );
virtual int __cdecl SetAwayMsg( int m_iStatus, const TCHAR* msg );
virtual int __cdecl UserIsTyping( HANDLE hContact, int type );
|