Skip to content

Commit cef0742

Browse files
committed
make gcc happy
1 parent 3483d77 commit cef0742

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

package/launchdf.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,6 @@ int main(int argc, char* argv[]) {
340340

341341
#ifdef WIN32
342342
bool wine_detected = is_running_on_wine();
343-
#else
344-
bool wine_detected = false;
345343
#endif
346344

347345
bool df_detected = SteamApps()->BIsAppInstalled(DF_STEAM_APPID);
@@ -437,7 +435,6 @@ int main(int argc, char* argv[]) {
437435
if (ok == IDOK)
438436
remove_old_install(df_install_folder);
439437
#else
440-
int response = 0;
441438
std::string filelist;
442439
for (auto file : old_filelist)
443440
if (std::filesystem::exists(df_install_folder / file))

0 commit comments

Comments
 (0)