summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-12-22 15:48:51 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-12-22 15:48:51 +0000
commit9b3fc5f500954e2deb241c17b0437ec8afad025e (patch)
treee9da6329ac893523a2f51084f9493e66775e3bee
parentb67f71f5b1d9a869d0adf5609baa9670a112bcf6 (diff)
downloadxine-lib-9b3fc5f500954e2deb241c17b0437ec8afad025e.tar.gz
xine-lib-9b3fc5f500954e2deb241c17b0437ec8afad025e.tar.bz2
Remove an assertion which is always triggered.
-rw-r--r--src/input/input_dvb.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/input/input_dvb.c b/src/input/input_dvb.c
index e6daf423b..5ba3f9d93 100644
--- a/src/input/input_dvb.c
+++ b/src/input/input_dvb.c
@@ -563,8 +563,6 @@ static tuner_t *tuner_init(xine_t * xine, int adapter)
char *video_device = NULL;
char *frontend_device = NULL;
- _x_assert(video_device != NULL);
-
this = (tuner_t *) xine_xmalloc(sizeof(tuner_t));
_x_assert(this != NULL);