diff --git a/src/EditProfileDialog.cpp b/src/EditProfileDialog.cpp index 7ca0b965..acf86bf4 100644 --- a/src/EditProfileDialog.cpp +++ b/src/EditProfileDialog.cpp @@ -389,8 +389,6 @@ void EditProfileDialog::setupAppearancePage(const Profile* info) connect( _ui->colorSchemeList , SIGNAL(entered(const QModelIndex&)) , this , SLOT(previewColorScheme(const QModelIndex&)) ); - connect( _ui->selectColorSchemeButton , SIGNAL(clicked()) , this , - SLOT(colorSchemeSelected()) ); connect( _ui->editColorSchemeButton , SIGNAL(clicked()) , this , SLOT(editColorScheme()) ); connect( _ui->removeColorSchemeButton , SIGNAL(clicked()) , this , @@ -656,8 +654,6 @@ void EditProfileDialog::setupKeyboardPage(const Profile* /* info */) connect( _ui->keyBindingList->selectionModel() , SIGNAL(selectionChanged(const QItemSelection&,const QItemSelection&)), SLOT(keyBindingSelected()) ); - connect( _ui->selectKeyBindingsButton , SIGNAL(clicked()) , this , - SLOT(keyBindingSelected()) ); connect( _ui->newKeyBindingsButton , SIGNAL(clicked()) , this , SLOT(newKeyBinding()) ); connect( _ui->editKeyBindingsButton , SIGNAL(clicked()) , this , diff --git a/src/EditProfileDialog.ui b/src/EditProfileDialog.ui index 5ae905dc..83fe177f 100644 --- a/src/EditProfileDialog.ui +++ b/src/EditProfileDialog.ui @@ -426,17 +426,7 @@ - - - - Use the selected color scheme for this profile - - - Select - - - - + Qt::Vertical @@ -825,16 +815,6 @@ - - - - Use the selected key bindings list in this profile - - - Select - - -