Commit 2db278fa authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove security-policy UI

parent f2e6a702
...@@ -444,8 +444,6 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent, ...@@ -444,8 +444,6 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
CONFIG_GENERIC( "album-art", IntegerList, ui.artFetchLabel, CONFIG_GENERIC( "album-art", IntegerList, ui.artFetchLabel,
artFetcher ); artFetcher );
CONFIG_GENERIC( "fetch-meta", Bool, NULL, metaFetcher ); CONFIG_GENERIC( "fetch-meta", Bool, NULL, metaFetcher );
CONFIG_GENERIC( "security-policy", IntegerList,
ui.netPolicyLabel, netPolicyBox );
/* UPDATE options */ /* UPDATE options */
#ifdef UPDATE_CHECK #ifdef UPDATE_CHECK
......
...@@ -537,7 +537,6 @@ int MainInterface::privacyDialog( QList<ConfigControl *> controls ) ...@@ -537,7 +537,6 @@ int MainInterface::privacyDialog( QList<ConfigControl *> controls )
CONFIG_GENERIC_NOBOOL( "qt-updates-notif", Bool ); line++; CONFIG_GENERIC_NOBOOL( "qt-updates-notif", Bool ); line++;
CONFIG_GENERIC_NOBOOL( "qt-updates-days", Integer ); line++; CONFIG_GENERIC_NOBOOL( "qt-updates-days", Integer ); line++;
#endif #endif
CONFIG_GENERIC( "security-policy", IntegerList ); line++;
QPushButton *ok = new QPushButton( qtr( "Ok" ) ); QPushButton *ok = new QPushButton( qtr( "Ok" ) );
......
...@@ -215,7 +215,7 @@ ...@@ -215,7 +215,7 @@
</layout> </layout>
</widget> </widget>
</item> </item>
<item row="3" column="0" colspan="2" > <item row="2" column="0" colspan="2" >
<widget class="QGroupBox" name="groupBox_2" > <widget class="QGroupBox" name="groupBox_2" >
<property name="title" > <property name="title" >
<string>_("Privacy / Network Interaction")</string> <string>_("Privacy / Network Interaction")</string>
...@@ -255,16 +255,6 @@ ...@@ -255,16 +255,6 @@
</property> </property>
</widget> </widget>
</item> </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> </layout>
</widget> </widget>
</item> </item>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment