diff --git a/include/crlib/cr-platform.h b/include/crlib/cr-platform.h index 36cfd49..90c3066 100644 --- a/include/crlib/cr-platform.h +++ b/include/crlib/cr-platform.h @@ -79,12 +79,6 @@ CR_NAMESPACE_BEGIN // helper struct for platform detection struct Platform : public Singleton { -#if defined (CR_WINDOWS) - using LocaleHandle = _locale_t; -#else - using LocaleHandle = locale_t; -#endif - bool isWindows = false; bool isLinux = false; bool isOSX = false;