diff options
Diffstat (limited to 'plugins/AutoShutdown/src/utils.h')
-rw-r--r-- | plugins/AutoShutdown/src/utils.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/AutoShutdown/src/utils.h b/plugins/AutoShutdown/src/utils.h index 8ae39f0d9e..e64dc87086 100644 --- a/plugins/AutoShutdown/src/utils.h +++ b/plugins/AutoShutdown/src/utils.h @@ -21,11 +21,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #pragma once
-/* String */
-WCHAR *a2u(const char *pszAnsi);
-char *u2a(const WCHAR *pszUnicode);
-void TrimString(wchar_t *pszStr);
-
/* Error Output */
void ShowInfoMessage(BYTE flags,const char *pszTitle,const char *pszTextFmt,...);
char* GetWinErrorDescription(DWORD dwLastError);
|