1
0
Fork 0

Remove debug code in launcher

Remove szIniFile message box in launcher
This commit is contained in:
not6 2022-09-25 08:35:16 +02:00 committed by GitHub
parent 054dfdacef
commit 6ec74878a5
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -138,8 +138,6 @@ BRIDGE_IMPEXP const wchar_t* BridgeInit()
wcscat_s(szIniFile, fileNameWithoutExtension);
wcscat_s(szIniFile, L".ini");
MessageBoxW(0, szIniFile, L"szIniFile", MB_SYSTEMMODAL);
wcscpy_s(szUserDirectory, userDirUtf16.c_str());
HINSTANCE hInst;