remove setlocale (should not to be need)

This commit is contained in:
Rafael 2016-07-22 01:12:17 +02:00
parent bc9a917aa2
commit 18fe4f6605
1 changed files with 0 additions and 2 deletions

View File

@ -52,8 +52,6 @@ int main(int argc, char *argv[])
a.setApplicationName(GTA5SYNC_APPSTR);
a.setApplicationVersion(GTA5SYNC_APPVER);
setlocale(LC_ALL, "");
#ifdef GTA5SYNC_WIN
// Get Windows Font
NONCLIENTMETRICS ncm;