OSDN Git Service

ShellExtension: Remove unused function
authorsdottaka <sdottaka@users.sourceforge.net>
Sat, 23 May 2015 13:04:01 +0000 (22:04 +0900)
committersdottaka <sdottaka@users.sourceforge.net>
Sat, 23 May 2015 13:04:01 +0000 (22:04 +0900)
--HG--
branch : stable

ShellExtension/StdAfx.cpp
ShellExtension/StdAfx.h

index fa41837..b5bbe42 100644 (file)
@@ -7,15 +7,3 @@
 #ifdef _ATL_STATIC_REGISTRY
 #include <statreg.h>
 #endif
-
-/**
- * @brief Get appropriate clipboard format for TCHAR text
- */
-int GetClipTcharTextFormat()
-{
-#ifdef _UNICODE
-       return CF_UNICODETEXT;
-#else
-       return CF_TEXT;
-#endif // _UNICODE
-}
index 193de66..8e36365 100644 (file)
@@ -21,8 +21,6 @@
 extern CComModule _Module;
 #include <atlcom.h>
 
-int GetClipTcharTextFormat();
-
 //{{AFX_INSERT_LOCATION}}
 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.