We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3483d77 commit cef0742Copy full SHA for cef0742
1 file changed
package/launchdf.cpp
@@ -340,8 +340,6 @@ int main(int argc, char* argv[]) {
340
341
#ifdef WIN32
342
bool wine_detected = is_running_on_wine();
343
-#else
344
- bool wine_detected = false;
345
#endif
346
347
bool df_detected = SteamApps()->BIsAppInstalled(DF_STEAM_APPID);
@@ -437,7 +435,6 @@ int main(int argc, char* argv[]) {
437
435
if (ok == IDOK)
438
436
remove_old_install(df_install_folder);
439
#else
440
- int response = 0;
441
std::string filelist;
442
for (auto file : old_filelist)
443
if (std::filesystem::exists(df_install_folder / file))
0 commit comments