Browse code

Remove some now unnecessary codecvt lines.

Naram Qashat authored on 2021/03/20 03:57:20
Showing 1 changed files
... ...
@@ -12,11 +12,6 @@
12 12
 #include "winamp/in2.h"
13 13
 #include "winamp/wa_ipc.h"
14 14
 
15
-#if (defined(__GNUC__) || defined(__clang__)) && !defined(_LIBCPP_VERSION)
16
-std::locale::id std::codecvt<char16_t, char, mbstate_t>::id;
17
-std::locale::id std::codecvt<char32_t, char, mbstate_t>::id;
18
-#endif
19
-
20 15
 extern In_Module inMod;
21 16
 static const XSFFile *xSFFile = nullptr;
22 17
 XSFFile *xSFFileInInfo = nullptr;