diff options
Diffstat (limited to 'protocols/Twitter/src/proto.h')
-rw-r--r-- | protocols/Twitter/src/proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/Twitter/src/proto.h b/protocols/Twitter/src/proto.h index 865ed10b17..f5b658aebb 100644 --- a/protocols/Twitter/src/proto.h +++ b/protocols/Twitter/src/proto.h @@ -129,8 +129,6 @@ private: MCONTACT AddToClientList(const char *, const char *);
void SetAllContactStatuses(int);
- void debugLogA(TCHAR *fmt,...);
- __inline void debugLogW(TCHAR* first, const tstring& last) { debugLogA(first, last.c_str()); }
static void CALLBACK APC_callback(ULONG_PTR p);
void UpdateChat(const twitter_user &update);
|