diff --git a/cockatrice/src/client/tabs/tab_deck_editor.cpp b/cockatrice/src/client/tabs/tab_deck_editor.cpp index 5c700dfd5..ccf42be9d 100644 --- a/cockatrice/src/client/tabs/tab_deck_editor.cpp +++ b/cockatrice/src/client/tabs/tab_deck_editor.cpp @@ -1084,10 +1084,6 @@ void TabDeckEditor::openDeckFromFile(const QString &fileName, DeckOpenLocation d auto *l = new DeckLoader; if (l->loadFromFile(fileName, fmt, true)) { SettingsCache::instance().recents().updateRecentlyOpenedDeckPaths(fileName); - updateBannerCardComboBox(); - if (!l->getBannerCard().first.isEmpty()) { - bannerCardComboBox->setCurrentIndex(bannerCardComboBox->findText(l->getBannerCard().first)); - } if (deckOpenLocation == NEW_TAB) { emit openDeckEditor(l); } else {