From d5d023f683b23fe26ddea93738cb721d532804f0 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 14 Jun 2012 16:22:13 +0000 Subject: another portion of "#ifsef Unicode" removal git-svn-id: http://svn.miranda-ng.org/main/trunk@411 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/JabberG/jabber_xml.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'protocols/JabberG/jabber_xml.h') diff --git a/protocols/JabberG/jabber_xml.h b/protocols/JabberG/jabber_xml.h index 6a8ce23a3f..96cdbed413 100644 --- a/protocols/JabberG/jabber_xml.h +++ b/protocols/JabberG/jabber_xml.h @@ -366,7 +366,6 @@ public: va_end(args); } -#ifdef _UNICODE XPathFmt(HXML hXml, char *path, ...): XPath(hXml, m_buf) { *m_buf = 0; @@ -379,7 +378,6 @@ public: MultiByteToWideChar(CP_ACP, 0, buf, -1, m_buf, BUFSIZE); va_end(args); } -#endif private: TCHAR m_buf[BUFSIZE]; -- cgit v1.2.3