From 03c4b5813c815790edaab8339977ec915c49e422 Mon Sep 17 00:00:00 2001 From: sdottaka Date: Sat, 23 May 2015 22:04:01 +0900 Subject: [PATCH] ShellExtension: Remove unused function --HG-- branch : stable --- ShellExtension/StdAfx.cpp | 12 ------------ ShellExtension/StdAfx.h | 2 -- 2 files changed, 14 deletions(-) diff --git a/ShellExtension/StdAfx.cpp b/ShellExtension/StdAfx.cpp index fa4183747..b5bbe424c 100644 --- a/ShellExtension/StdAfx.cpp +++ b/ShellExtension/StdAfx.cpp @@ -7,15 +7,3 @@ #ifdef _ATL_STATIC_REGISTRY #include #endif - -/** - * @brief Get appropriate clipboard format for TCHAR text - */ -int GetClipTcharTextFormat() -{ -#ifdef _UNICODE - return CF_UNICODETEXT; -#else - return CF_TEXT; -#endif // _UNICODE -} diff --git a/ShellExtension/StdAfx.h b/ShellExtension/StdAfx.h index 193de66fb..8e3636529 100644 --- a/ShellExtension/StdAfx.h +++ b/ShellExtension/StdAfx.h @@ -21,8 +21,6 @@ extern CComModule _Module; #include -int GetClipTcharTextFormat(); - //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. -- 2.11.0