diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/neon/gstneonhttpsrc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/neon/gstneonhttpsrc.c b/ext/neon/gstneonhttpsrc.c index 0ad46523..eba4ac0f 100644 --- a/ext/neon/gstneonhttpsrc.c +++ b/ext/neon/gstneonhttpsrc.c @@ -246,8 +246,6 @@ gst_neonhttp_src_init (GstNeonhttpSrc * src, GstNeonhttpSrcClass * g_class) "The proxy set on http_proxy env var ('%s') cannot be parsed.", str); } - src->user_agent = g_strdup ("neonhttpsrc"); - src->iradio_mode = FALSE; src->iradio_name = NULL; src->iradio_genre = NULL; |