From 794fa3fb5cc63ac9b69908bd04f4be985a4a8cd1 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 10 Aug 2013 13:28:49 +0000 Subject: - unused services MS_FP_SAMECLIENTS & MS_FP_GETCLIENTICON removed; - Finger_IsSameClents & Finger_GetClientIcon helpers added; - unused code removed from FingerPrint or replaced with the calls from mir_core.dll git-svn-id: http://svn.miranda-ng.org/main/trunk@5632 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ClientChangeNotify/src/Misc.h | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'plugins/ClientChangeNotify/src/Misc.h') diff --git a/plugins/ClientChangeNotify/src/Misc.h b/plugins/ClientChangeNotify/src/Misc.h index e64855bb5b..8f3d299073 100644 --- a/plugins/ClientChangeNotify/src/Misc.h +++ b/plugins/ClientChangeNotify/src/Misc.h @@ -38,27 +38,6 @@ __inline void ShowMsg(TCHAR *FirstLine, TCHAR *SecondLine = _T(""), bool IsError } } - -__inline TCString Path_ToRelative(TCString &Path) -{ - CString Str; - Str.GetBuffer(MAX_PATH); - PathToRelative(TCHAR2ANSI(Path), Str); - Str.ReleaseBuffer(); - return ANSI2TCHAR(Str); -} - - -__inline TCString Path_ToAbsolute(TCString &Path) -{ - CString Str; - Str.GetBuffer(MAX_PATH); - PathToAbsolute( TCHAR2ANSI(Path), Str); - Str.ReleaseBuffer(); - return ANSI2TCHAR(Str); -} - - __inline void ShowLog(TCString &LogFilePath) { int Result = (int)ShellExecute(NULL, _T("open"), LogFilePath, NULL, NULL, SW_SHOW); @@ -70,7 +49,6 @@ __inline void ShowLog(TCString &LogFilePath) } } - __inline void RecompileRegexps(TCString IgnoreSubstrings) { FreePcreCompileData(); -- cgit v1.2.3