diff options
Diffstat (limited to 'protocols/Twitter/src/stubs.cpp')
-rw-r--r-- | protocols/Twitter/src/stubs.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/protocols/Twitter/src/stubs.cpp b/protocols/Twitter/src/stubs.cpp index a959f6d487..2fc9aebacc 100644 --- a/protocols/Twitter/src/stubs.cpp +++ b/protocols/Twitter/src/stubs.cpp @@ -42,12 +42,6 @@ int TwitterProto::AuthRequest(MCONTACT hContact,const TCHAR *message) return 1;
}
-HANDLE TwitterProto::ChangeInfo(int type,void *info_data)
-{
- MessageBoxA(0,"ChangeInfo","",0);
- return NULL;
-}
-
HANDLE TwitterProto::FileAllow(MCONTACT hContact,HANDLE hTransfer,const TCHAR *path)
{
return NULL;
|