From cc1a60afeaa811e38fa2738b8657bc01ebd8a2d1 Mon Sep 17 00:00:00 2001 From: jeefo Date: Sun, 4 Aug 2019 18:24:46 +0300 Subject: [PATCH] Removed unsued stuff. --- include/crlib/cr-platform.h | 6 ------ 1 file changed, 6 deletions(-) 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;