diff options
Diffstat (limited to 'plugins/Quotes/src/Locale.h')
-rw-r--r-- | plugins/Quotes/src/Locale.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/Quotes/src/Locale.h b/plugins/Quotes/src/Locale.h deleted file mode 100644 index 05288c146f..0000000000 --- a/plugins/Quotes/src/Locale.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef __11f7afd0_5a66_4029_8bf3_e3c66346b349_Locale_h_
-#define __11f7afd0_5a66_4029_8bf3_e3c66346b349_Locale_h_
-
-// std::string GetLocaleInfoString(LCTYPE LCType,LCID Locale = LOCALE_USER_DEFAULT);
-const std::locale GetSystemLocale();
-LPCTSTR Quotes_GetDateFormat(bool bShort);
-LPCTSTR Quotes_GetTimeFormat(bool bShort);
-
-#endif //__11f7afd0_5a66_4029_8bf3_e3c66346b349_Locale_h_
|