From: Jean-Baptiste Kempf Date: Sun, 19 Sep 2010 22:17:35 +0000 (+0200) Subject: Qt: sprefs, simplification X-Git-Tag: 1.2.0-pre1~5250 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=2530046854382902dfce326fc2343897f62e4c58;p=vlc Qt: sprefs, simplification Removal of UDPport... This doesn't belong here --- diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp index 5c2490d7aa..62068b270f 100644 --- a/modules/gui/qt4/components/simple_preferences.cpp +++ b/modules/gui/qt4/components/simple_preferences.cpp @@ -430,8 +430,6 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent, CONFIG_GENERIC_FILE( "input-record-path", Directory, ui.recordLabel, ui.recordPath, ui.recordBrowse ); - CONFIG_GENERIC_NO_BOOL( "server-port", Integer, ui.portLabel, - UDPPort ); CONFIG_GENERIC( "http-proxy", String , ui.httpProxyLabel, proxy ); CONFIG_GENERIC_NO_BOOL( "ffmpeg-pp-q", Integer, ui.ppLabel, PostProcLevel ); diff --git a/modules/gui/qt4/ui/sprefs_input.ui b/modules/gui/qt4/ui/sprefs_input.ui index 33b4856251..ea84ce042f 100644 --- a/modules/gui/qt4/ui/sprefs_input.ui +++ b/modules/gui/qt4/ui/sprefs_input.ui @@ -8,7 +8,7 @@ 0 0 737 - 635 + 594 @@ -328,58 +328,6 @@ - - - - - 250 - 0 - - - - Default port (server mode) - - - 0 - - - UDPPort - - - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - Qt::AlignRight - - - 1 - - - 65535 - - - 1234 - - - - -