Removed unsued stuff.

This commit is contained in:
jeefo 2019-08-04 18:24:46 +03:00
commit cc1a60afea

View file

@ -79,12 +79,6 @@ CR_NAMESPACE_BEGIN
// helper struct for platform detection
struct Platform : public Singleton <Platform> {
#if defined (CR_WINDOWS)
using LocaleHandle = _locale_t;
#else
using LocaleHandle = locale_t;
#endif
bool isWindows = false;
bool isLinux = false;
bool isOSX = false;