summaryrefslogtreecommitdiff
path: root/protocols/Omegle/src/proto.h
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2015-05-19 18:51:14 +0000
committerRobert Pösel <robyer@seznam.cz>2015-05-19 18:51:14 +0000
commit331cea6299be141243e89e10755ec4adf5ef5d90 (patch)
tree6b95ffa477d89c6188d022b2d32704441557e6b7 /protocols/Omegle/src/proto.h
parent12e166b13c3b60836c19cd4625ba8a02e423fc53 (diff)
Omegle: Fix receiving data without first letter; various cleanup; version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@13700 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Omegle/src/proto.h')
-rw-r--r--protocols/Omegle/src/proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/Omegle/src/proto.h b/protocols/Omegle/src/proto.h
index 697bb4cd52..6af68ff566 100644
--- a/protocols/Omegle/src/proto.h
+++ b/protocols/Omegle/src/proto.h
@@ -47,8 +47,6 @@ public:
virtual DWORD_PTR __cdecl GetCaps( int type, MCONTACT hContact = NULL );
- virtual int __cdecl SendMsg( MCONTACT hContact, int flags, const char* msg );
-
virtual int __cdecl SetStatus( int iNewStatus );
virtual int __cdecl UserIsTyping( MCONTACT hContact, int type );