summaryrefslogtreecommitdiff
path: root/protocols/Twitter/src/proto.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-03-22 21:39:05 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-03-22 21:39:05 +0000
commit6d5553e7f62d068b4ef36b231ee84450d0aed907 (patch)
tree88f69917307a8fa82fb7fac04c6ed4dea6d7fa70 /protocols/Twitter/src/proto.cpp
parentd2a83c7d22df33abd1678756fd4caba432700860 (diff)
strange custom loggins functions removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@12479 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter/src/proto.cpp')
-rw-r--r--protocols/Twitter/src/proto.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/protocols/Twitter/src/proto.cpp b/protocols/Twitter/src/proto.cpp
index 5c3eb8808c..9472b02e8b 100644
--- a/protocols/Twitter/src/proto.cpp
+++ b/protocols/Twitter/src/proto.cpp
@@ -436,21 +436,6 @@ void TwitterProto::ShowPopup(const char *text, int Error)
MessageBox(0,popup.lptzText,popup.lptzContactName,0);
}
-void TwitterProto::debugLogA(TCHAR *fmt,...)
-{
- if (!m_hNetlibUser)
- return;
-
- va_list va;
- va_start(va,fmt);
-
- TCHAR text[1024];
- mir_vsntprintf(text,SIZEOF(text),fmt,va);
- va_end(va);
-
- CallService(MS_NETLIB_LOGW, (WPARAM)m_hNetlibUser, (LPARAM)text);
-}
-
// TODO: the more I think about it, the more I think all twit.* methods should
// be in MessageLoop
void TwitterProto::SendTweetWorker(void *p)