From 1848be363ecbd18b5c579dc6ef041a0510500f88 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 30 Jul 2013 16:06:59 +0200 Subject: stream: remove inactive URL option fields The URL option parser only accesses certain fields. Remove the fields that are not accessed, and thus are completely unused and inaccessible. Historically, these fields were supposed to be settable using an extra list of options passed to open_stream(). Commit f518cf7 removed these extra options. Apparently nothing ever actually used this facility. --- stream/stream_vcd.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'stream/stream_vcd.c') diff --git a/stream/stream_vcd.c b/stream/stream_vcd.c index 229d78bfc2..38f6953b11 100644 --- a/stream/stream_vcd.c +++ b/stream/stream_vcd.c @@ -70,9 +70,6 @@ static struct stream_priv_s { #define ST_OFF(f) M_ST_OFF(struct stream_priv_s,f) /// URL definition static const m_option_t stream_opts_fields[] = { - { "track", ST_OFF(track), CONF_TYPE_INT, M_OPT_MIN, 1, 0, NULL }, - { "device", ST_OFF(device), CONF_TYPE_STRING, 0, 0 ,0, NULL}, - /// For url parsing { "hostname", ST_OFF(track), CONF_TYPE_INT, M_OPT_MIN, 1, 0, NULL }, { "filename", ST_OFF(device), CONF_TYPE_STRING, 0, 0 ,0, NULL}, { NULL, NULL, 0, 0, 0, 0, NULL } -- cgit v1.2.3