diff options
Diffstat (limited to 'plugins/HistoryStats/src')
| -rw-r--r-- | plugins/HistoryStats/src/mu_common.cpp | 23 | 
1 files changed, 0 insertions, 23 deletions
diff --git a/plugins/HistoryStats/src/mu_common.cpp b/plugins/HistoryStats/src/mu_common.cpp index 39be7c8bd0..4587d81ff8 100644 --- a/plugins/HistoryStats/src/mu_common.cpp +++ b/plugins/HistoryStats/src/mu_common.cpp @@ -159,29 +159,6 @@ namespace mu  	}
  	/*
 -	 * langpack
 -	 */
 -
 -	namespace langpack
 -	{
 -		const TCHAR* translateString(const TCHAR* szEnglish)
 -		{
 -			return reinterpret_cast<const TCHAR*>(CallService(MS_LANGPACK_TRANSLATESTRING, LANG_UNICODE, reinterpret_cast<LPARAM>(szEnglish)));
 -		}
 -
 -		UINT getCodePage()
 -		{
 -			static UINT CodePage = -1;
 -
 -			if (CodePage == -1) {
 -				CodePage = ServiceExists(MS_LANGPACK_GETCODEPAGE) ? CallService(MS_LANGPACK_GETCODEPAGE, 0, 0) : CP_ACP;
 -			}
 -
 -			return CodePage;
 -		}
 -	}
 -
 -	/*
  	 * opt
  	 */
  | 
