]> git.sesse.net Git - vlc/commitdiff
Remove security-policy UI
authorRémi Denis-Courmont <rem@videolan.org>
Tue, 18 Mar 2008 19:37:19 +0000 (21:37 +0200)
committerRémi Denis-Courmont <rem@videolan.org>
Tue, 18 Mar 2008 19:37:19 +0000 (21:37 +0200)
modules/gui/qt4/components/simple_preferences.cpp
modules/gui/qt4/main_interface.cpp
modules/gui/qt4/ui/sprefs_interface.ui

index 69a19a8e94d5f9721954d0edae991ec12bcf9077..8e850c50365420cf1fade1dd708dad490354cf4c 100644 (file)
@@ -444,8 +444,6 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
             CONFIG_GENERIC( "album-art", IntegerList, ui.artFetchLabel,
                                                       artFetcher );
             CONFIG_GENERIC( "fetch-meta", Bool, NULL, metaFetcher );
-            CONFIG_GENERIC( "security-policy", IntegerList,
-                            ui.netPolicyLabel, netPolicyBox );
 
             /* UPDATE options */
 #ifdef UPDATE_CHECK
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" ) );
 
index 23152ddb38ee4ed146f23c0135c3354c899a8e89..8a692841c627a191fd68548b399ebdfd96481370 100644 (file)
      </layout>
     </widget>
    </item>
-   <item row="3" column="0" colspan="2" >
+   <item row="2" column="0" colspan="2" >
     <widget class="QGroupBox" name="groupBox_2" >
      <property name="title" >
       <string>_("Privacy / Network Interaction")</string>
         </property>
        </widget>
       </item>
-      <item row="3" column="0" >
-       <widget class="QLabel" name="netPolicyLabel" >
-        <property name="text" >
-         <string>_("Network policy")</string>
-        </property>
-       </widget>
-      </item>
-      <item row="3" column="1" colspan="2" >
-       <widget class="QComboBox" name="netPolicyBox" />
-      </item>
      </layout>
     </widget>
    </item>