diff options
Diffstat (limited to 'protocols/Tlen/src/tlen_svc.cpp')
-rw-r--r-- | protocols/Tlen/src/tlen_svc.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/protocols/Tlen/src/tlen_svc.cpp b/protocols/Tlen/src/tlen_svc.cpp index ef41abccd4..6221fb5032 100644 --- a/protocols/Tlen/src/tlen_svc.cpp +++ b/protocols/Tlen/src/tlen_svc.cpp @@ -1210,12 +1210,6 @@ int TlenProtocol::AuthRequest(MCONTACT hContact, const PROTOCHAR* szMessage) return 1;
}
-HANDLE TlenProtocol::ChangeInfo(int iInfoType, void* pInfoData)
-{
- return NULL;
-}
-
-
int TlenProtocol::RecvContacts(MCONTACT hContact, PROTORECVEVENT* evt)
{
return 1;
|