diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-04-23 15:42:36 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-04-23 15:42:36 +0000 |
commit | 8994046b8cd70f9672edf62d118ef066714c005f (patch) | |
tree | 310b18292ced4c0840a498aa0c3bfc4f739eb1da /protocols/Omegle/src/stubs.cpp | |
parent | 662444edcced26a7e650aa3ea6b511b8f3db95b0 (diff) |
Omegle: Support sending typing notifications (for TabSRMM only), version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@9062 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Omegle/src/stubs.cpp')
-rw-r--r-- | protocols/Omegle/src/stubs.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/protocols/Omegle/src/stubs.cpp b/protocols/Omegle/src/stubs.cpp index 2e0dc3e3e0..f325d90c0e 100644 --- a/protocols/Omegle/src/stubs.cpp +++ b/protocols/Omegle/src/stubs.cpp @@ -142,11 +142,6 @@ int OmegleProto::RecvAwayMsg(MCONTACT hContact,int mode,PROTORECVEVENT *evt) return 1;
}
-int OmegleProto::UserIsTyping(MCONTACT hContact, int type)
-{
- return 1;
-}
-
int OmegleProto::SetAwayMsg(int iStatus, const PROTOCHAR* msg)
{
return 1;
|