Skip to content

Commit

Permalink
Remove old obsolete variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoire committed Apr 3, 2011
1 parent 0f6a4c5 commit 29abf6f
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 28 deletions.
2 changes: 0 additions & 2 deletions modules/access/http.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ vlc_module_begin ()
add_bool( "http-use-IE-proxy", false, USE_IE_PROXY_TEXT,
USE_IE_PROXY_LONGTEXT, true )
#endif
add_obsolete_string("http-user")
add_obsolete_string("http-pwd")
/* 'itpc' = iTunes Podcast */
add_shortcut( "http", "https", "unsv", "itpc", "icyx" )
set_callbacks( Open, Close )
Expand Down
2 changes: 0 additions & 2 deletions modules/access_output/udp.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ vlc_module_begin ()
add_integer( SOUT_CFG_PREFIX "caching", DEFAULT_PTS_DELAY / 1000, CACHING_TEXT, CACHING_LONGTEXT, true )
add_integer( SOUT_CFG_PREFIX "group", 1, GROUP_TEXT, GROUP_LONGTEXT,
true )
add_obsolete_integer( SOUT_CFG_PREFIX "late" )
add_obsolete_bool( SOUT_CFG_PREFIX "raw" )

set_capability( "sout access", 0 )
add_shortcut( "udp" )
Expand Down
1 change: 0 additions & 1 deletion modules/codec/dvbsub.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ vlc_module_begin ()

add_integer( ENC_CFG_PREFIX "x", -1, ENC_POSX_TEXT, ENC_POSX_LONGTEXT, false )
add_integer( ENC_CFG_PREFIX "y", -1, ENC_POSY_TEXT, ENC_POSY_LONGTEXT, false )
add_obsolete_integer( ENC_CFG_PREFIX "timeout" ) /* Suppressed since 0.8.5 */
vlc_module_end ()

static const char *const ppsz_enc_options[] = { "x", "y", NULL };
Expand Down
1 change: 0 additions & 1 deletion modules/control/http/http.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ vlc_module_begin ()
set_subcategory( SUBCAT_INTERFACE_MAIN )
add_string ( "http-host", NULL, HOST_TEXT, HOST_LONGTEXT, true )
add_string ( "http-src", NULL, SRC_TEXT, SRC_LONGTEXT, true )
add_obsolete_string ( "http-charset" )
#if defined( HAVE_FORK ) || defined( WIN32 )
add_string ( "http-handlers", NULL, HANDLERS_TEXT, HANDLERS_LONGTEXT, true )
#endif
Expand Down
4 changes: 0 additions & 4 deletions modules/misc/gnutls.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,17 +91,13 @@ vlc_module_begin ()
set_category( CAT_ADVANCED )
set_subcategory( SUBCAT_ADVANCED_MISC )

add_obsolete_bool( "tls-check-cert" )
add_obsolete_bool( "tls-check-hostname" )

add_submodule ()
set_description( N_("GnuTLS server") )
set_capability( "tls server", 1 )
set_category( CAT_ADVANCED )
set_subcategory( SUBCAT_ADVANCED_MISC )
set_callbacks( OpenServer, CloseServer )

add_obsolete_integer( "gnutls-dh-bits" )
add_integer( "gnutls-cache-timeout", CACHE_TIMEOUT,
CACHE_TIMEOUT_TEXT, CACHE_TIMEOUT_LONGTEXT, true )
add_integer( "gnutls-cache-size", CACHE_SIZE, CACHE_SIZE_TEXT,
Expand Down
1 change: 0 additions & 1 deletion modules/mux/mpjpeg.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ vlc_module_begin ()
set_shortname( "MPJPEG" )
set_description( N_("Multipart JPEG muxer") )
set_capability( "sout mux", 5 )
add_obsolete_string( SOUT_CFG_PREFIX "separator" )
set_category( CAT_SOUT )
set_subcategory( SUBCAT_SOUT_MUX )
set_callbacks( Open, Close )
Expand Down
2 changes: 0 additions & 2 deletions modules/stream_out/standard.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ vlc_module_begin ()
true )
add_string( SOUT_CFG_PREFIX "phone", "", PHONE_TEXT, PHONE_LONGTEXT,
true )
add_obsolete_bool( SOUT_CFG_PREFIX "sap-ipv6" )

set_callbacks( Open, Close )
vlc_module_end ()

Expand Down
7 changes: 0 additions & 7 deletions modules/video_filter/marq.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,6 @@ vlc_module_begin ()
REFRESH_LONGTEXT, false )

add_shortcut( "time" )
add_obsolete_string( "time-format" )
add_obsolete_string( "time-x" )
add_obsolete_string( "time-y" )
add_obsolete_string( "time-position" )
add_obsolete_string( "time-opacity" )
add_obsolete_string( "time-color" )
add_obsolete_string( "time-size" )
vlc_module_end ()

static const char *const ppsz_filter_options[] = {
Expand Down
8 changes: 0 additions & 8 deletions src/libvlc-module.c
Original file line number Diff line number Diff line change
Expand Up @@ -2018,7 +2018,6 @@ vlc_module_begin ()
PACKETIZER_TEXT, PACKETIZER_LONGTEXT, true )

set_subcategory( SUBCAT_SOUT_SAP )
add_obsolete_bool( "sap-flow-control" )
add_integer( "sap-interval", 5, ANN_SAPINTV_TEXT,
ANN_SAPINTV_LONGTEXT, true )

Expand Down Expand Up @@ -2075,11 +2074,6 @@ vlc_module_begin ()
change_need_restart ()

set_section( N_("Performance options"), NULL )
add_obsolete_bool( "minimize-threads" )

add_obsolete_bool( "use-stream-immediate" )

add_obsolete_bool( "auto-adjust-pts-delay" )

#ifdef LIBVLC_USE_PTHREAD
# ifndef __APPLE__
Expand Down Expand Up @@ -2202,8 +2196,6 @@ vlc_module_begin ()
add_bool( "interact", true, INTERACTION_TEXT,
INTERACTION_LONGTEXT, false )

add_obsolete_bool( "show-intf" );

add_bool ( "stats", true, STATS_TEXT, STATS_LONGTEXT, true )
change_need_restart ()

Expand Down

0 comments on commit 29abf6f

Please sign in to comment.