From 6d5553e7f62d068b4ef36b231ee84450d0aed907 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 22 Mar 2015 21:39:05 +0000 Subject: strange custom loggins functions removed git-svn-id: http://svn.miranda-ng.org/main/trunk@12479 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Twitter/src/proto.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'protocols/Twitter/src/proto.h') 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); -- cgit v1.2.3