Removed unsued stuff.
This commit is contained in:
parent
a186f33ffb
commit
cc1a60afea
1 changed files with 0 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue