From 2530046854382902dfce326fc2343897f62e4c58 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Mon, 20 Sep 2010 00:17:35 +0200 Subject: [PATCH] Qt: sprefs, simplification Removal of UDPport... This doesn't belong here --- .../gui/qt4/components/simple_preferences.cpp | 2 - modules/gui/qt4/ui/sprefs_input.ui | 54 +------------------ 2 files changed, 1 insertion(+), 55 deletions(-) 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 - - - - - -- 2.39.5