]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/main_interface.cpp
Remove security-policy UI
[vlc] / modules / gui / qt4 / main_interface.cpp
index b51980c8ff40270947aa9c075913ef72f63686e9..490eb8083ed354ea3eda7e1aedd2f4fffc0be73a 100644 (file)
@@ -537,7 +537,6 @@ int MainInterface::privacyDialog( QList<ConfigControl *> controls )
     CONFIG_GENERIC_NOBOOL( "qt-updates-notif", Bool ); line++;
     CONFIG_GENERIC_NOBOOL( "qt-updates-days", Integer ); line++;
 #endif
-    CONFIG_GENERIC( "security-policy", IntegerList ); line++;
 
     QPushButton *ok = new QPushButton( qtr( "Ok" ) );