diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-10-24 18:53:28 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-10-24 18:53:28 +0000 |
commit | 910486f051234fb8e24426152af98ab90319aa16 (patch) | |
tree | c5f17894825d255b62417e47f9eb9fe90d918efd /protocols/Tox/src/tox_proto.cpp | |
parent | e35c999beb51bde76da243d0564db55360b41aac (diff) |
Tox: remove custom db event adding
git-svn-id: http://svn.miranda-ng.org/main/trunk@15606 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_proto.cpp')
-rw-r--r-- | protocols/Tox/src/tox_proto.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/protocols/Tox/src/tox_proto.cpp b/protocols/Tox/src/tox_proto.cpp index 9937562adb..a95ec968e3 100644 --- a/protocols/Tox/src/tox_proto.cpp +++ b/protocols/Tox/src/tox_proto.cpp @@ -125,11 +125,6 @@ HWND CToxProto::CreateExtendedSearchUI(HWND owner) return OnCreateExtendedSearchUI(owner);
}
-int CToxProto::RecvMsg(MCONTACT hContact, PROTORECVEVENT *pre)
-{
- return OnReceiveMessage(hContact, pre);
-}
-
int CToxProto::SendMsg(MCONTACT hContact, int, const char *msg)
{
return OnSendMessage(hContact, msg);
|