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 /include/m_protoint.h | |
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 'include/m_protoint.h')
-rw-r--r-- | include/m_protoint.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/m_protoint.h b/include/m_protoint.h index 69aa6339b4..769b4ff027 100644 --- a/include/m_protoint.h +++ b/include/m_protoint.h @@ -172,7 +172,6 @@ struct PROTO_INTERFACE : public MZeroedObject virtual HANDLE __cdecl GetAwayMsg(HANDLE hContact) = 0;
virtual int __cdecl RecvAwayMsg(HANDLE hContact, int mode, PROTORECVEVENT* evt) = 0;
- virtual int __cdecl SendAwayMsg(HANDLE hContact, HANDLE hProcess, const char* msg) = 0;
virtual int __cdecl SetAwayMsg(int iStatus, const PROTOCHAR* msg) = 0;
virtual int __cdecl UserIsTyping(HANDLE hContact, int type) = 0;
|