summaryrefslogtreecommitdiff
path: root/include/m_protoint.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-01-18 21:13:56 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-01-18 21:14:08 +0300
commit501fd1fbff6afc11bb0368b82b4a8d9451bee5f3 (patch)
treeb866920cd6602debae44b8c7834a949557482ee7 /include/m_protoint.h
parent9f151b736b37b9aba43b14b39afb28563e5a3231 (diff)
we don't need PSR_URL as well
Diffstat (limited to 'include/m_protoint.h')
-rw-r--r--include/m_protoint.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/m_protoint.h b/include/m_protoint.h
index b7957f46f1..59b84ea8f5 100644
--- a/include/m_protoint.h
+++ b/include/m_protoint.h
@@ -203,7 +203,6 @@ public:
virtual int RecvContacts(MCONTACT hContact, PROTORECVEVENT*);
virtual int RecvFile(MCONTACT hContact, PROTORECVFILE*);
virtual MEVENT RecvMsg(MCONTACT hContact, PROTORECVEVENT*);
- virtual int RecvUrl(MCONTACT hContact, PROTORECVEVENT*);
virtual int SendContacts(MCONTACT hContact, int flags, int nContacts, MCONTACT *hContactsList);
virtual HANDLE SendFile(MCONTACT hContact, const wchar_t *szDescription, wchar_t **ppszFiles);