]> git.sesse.net Git - vlc/blobdiff - modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
Remove code killed by previous commit
[vlc] / modules / gui / wxwidgets / dialogs / preferences_widgets.cpp
index 57f8d012d209b506cea96e9a3cb2c4674fee54c8..1d3974195c66f5763cd2b1d4e9ced6089a6cf372 100644 (file)
@@ -38,12 +38,6 @@ ConfigControl *CreateConfigControl( vlc_object_t *p_this,
 {
     ConfigControl *p_control = NULL;
 
-    /*Skip deprecated options */
-    if( p_item->psz_current || p_item->b_unsaveable )
-    {
-        return NULL;
-    }
-
     switch( p_item->i_type )
     {
     case CONFIG_ITEM_MODULE: