diff --git a/clients/nitrogen/config/config.cpp b/clients/nitrogen/config/config.cpp index 738f867bf4..a570e0a8f9 100644 --- a/clients/nitrogen/config/config.cpp +++ b/clients/nitrogen/config/config.cpp @@ -70,8 +70,6 @@ namespace Nitrogen connect( user_interface_->useOxygenShadows, SIGNAL(clicked()), SIGNAL(changed()) ); connect( user_interface_->exceptions, SIGNAL(changed()), SIGNAL(changed()) ); - connect( user_interface_->titleOutline, SIGNAL(toggled( bool )), user_interface_->drawSeparator, SLOT( setDisabled( bool ) ) ); - load( configurationGroup ); user_interface_->show();