From 2aadf093472d0d5f9b199f7efec51c69cb0b062e Mon Sep 17 00:00:00 2001 From: Zach H Date: Mon, 30 Mar 2015 16:55:57 -0400 Subject: [PATCH] fix double popup on delete pics --- cockatrice/src/dlg_settings.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/cockatrice/src/dlg_settings.cpp b/cockatrice/src/dlg_settings.cpp index 9fd02e59..13f72b39 100644 --- a/cockatrice/src/dlg_settings.cpp +++ b/cockatrice/src/dlg_settings.cpp @@ -39,9 +39,6 @@ GeneralSettingsPage::GeneralSettingsPage() } picDownloadCheckBox.setChecked(settingsCache->getPicDownload()); - - connect(&clearDownloadedPicsButton, SIGNAL(clicked()), this, SLOT(clearDownloadedPicsButtonClicked())); - picDownloadHqCheckBox.setChecked(settingsCache->getPicDownloadHq()); pixmapCacheEdit.setMinimum(PIXMAPCACHE_SIZE_MIN);