diff --git a/cockatrice/src/dialogs/dlg_settings.cpp b/cockatrice/src/dialogs/dlg_settings.cpp index f2dd5107b..9eae7a6b4 100644 --- a/cockatrice/src/dialogs/dlg_settings.cpp +++ b/cockatrice/src/dialogs/dlg_settings.cpp @@ -121,7 +121,6 @@ GeneralSettingsPage::GeneralSettingsPage() // Required init here to avoid crashing on Portable builds resetAllPathsButton = new QPushButton; - bool isPortable = settings.getIsPortableBuild(); if (isPortable) { deckPathEdit->setEnabled(false);