Remove connection to nonexistent signal
authorCryptoManiac <balthazar@yandex.ru>
Thu, 12 Feb 2015 18:49:57 +0000 (21:49 +0300)
committerCryptoManiac <balthazar@yandex.ru>
Thu, 12 Feb 2015 21:37:59 +0000 (00:37 +0300)
src/qt/coincontroldialog.cpp

index 5715c77..e77bcc7 100644 (file)
@@ -104,9 +104,6 @@ CoinControlDialog::CoinControlDialog(QWidget *parent) :
 #endif
     connect(ui->treeWidget->header(), SIGNAL(sectionClicked(int)), this, SLOT(headerSectionClicked(int)));
 
-    // ok button
-    connect(ui->buttonBox, SIGNAL(clicked()), this, SLOT(on_buttonBox_accepted()));
-
     // (un)select all
     connect(ui->pushButtonSelectAll, SIGNAL(clicked()), this, SLOT(buttonSelectAllClicked()));