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/IRCG/tools.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'protocols/IRCG/tools.cpp') diff --git a/protocols/IRCG/tools.cpp b/protocols/IRCG/tools.cpp index f2424c5689..5044c12715 100644 --- a/protocols/IRCG/tools.cpp +++ b/protocols/IRCG/tools.cpp @@ -231,7 +231,6 @@ void __stdcall RemoveLinebreaks( CMString& Message ) Message.Delete(Message.GetLength()-2, 2); } -#if defined( _UNICODE ) String& __stdcall ReplaceString ( String& text, const char* replaceme, const char* newword ) { if ( !text.IsEmpty() && replaceme != NULL) { @@ -244,7 +243,6 @@ String& __stdcall ReplaceString ( String& text, const char* replaceme, const cha return text; } -#endif CMString& __stdcall ReplaceString ( CMString& text, const TCHAR* replaceme, const TCHAR* newword) { @@ -321,7 +319,6 @@ bool CIrcProto::IsChannel(const TCHAR* sName) return ( sChannelPrefixes.Find( sName[0] ) != -1 ); } -#if defined( _UNICODE ) String __stdcall GetWord(const char* text, int index) { if ( text && text[0] ) { @@ -358,7 +355,6 @@ bool CIrcProto::IsChannel(const char* sName) { return ( sChannelPrefixes.Find( sName[0] ) != -1 ); } -#endif TCHAR* __stdcall my_strstri(const TCHAR* s1, const TCHAR* s2) { -- cgit v1.2.3