]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/preferences_widgets.cpp
Remove code killed by previous commit
[vlc] / modules / gui / qt4 / components / preferences_widgets.cpp
index 81fd6a02251f431a0818f8bb52e9d0750eb15d8c..e7d8247e8d837c721f8ce809768bfacaf9f4605a 100644 (file)
@@ -74,7 +74,6 @@ ConfigControl *ConfigControl::createControl( vlc_object_t *p_this,
                                              QGridLayout *l, int &line )
 {
     ConfigControl *p_control = NULL;
-    if( p_item->psz_current || p_item->b_unsaveable ) return NULL;
 
     switch( p_item->i_type )
     {
@@ -1056,7 +1055,7 @@ void KeySelectorControl::finish()
         }
     }
     module_PutConfig (p_config);
-    module_Put (p_module);
+    module_Put (p_main);
 
     table->resizeColumnToContents( 0 );