From 8e0f7845f886bcd1f67d294231c87fec2b67b700 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 18 Sep 2006 22:42:52 +0000 Subject: [PATCH] split directx and windows-specific stuff out of RageUtil --- stepmania/src/RageUtil.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/stepmania/src/RageUtil.h b/stepmania/src/RageUtil.h index 2bfa3ce618..d75dcf53d1 100644 --- a/stepmania/src/RageUtil.h +++ b/stepmania/src/RageUtil.h @@ -274,15 +274,6 @@ struct tm GetLocalTime(); RString ssprintf( const char *fmt, ...) PRINTF(1,2); RString vssprintf( const char *fmt, va_list argList ); -#ifdef WIN32 -RString hr_ssprintf( int hr, const char *fmt, ...); -RString werr_ssprintf( int err, const char *fmt, ...); -RString ConvertWstringToCodepage( wstring s, int iCodePage ); -RString ConvertUTF8ToACP( const RString &s ); -wstring ConvertCodepageToWString( RString s, int iCodePage ); -RString ConvertACPToUTF8( const RString &s ); -#endif - /* * Splits a Path into 4 parts (Directory, Drive, Filename, Extention). Supports UNC path names. * If Path is a directory (eg. c:\games\stepmania"), append a slash so the last