From 9b3fc5f500954e2deb241c17b0437ec8afad025e Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sat, 22 Dec 2007 15:48:51 +0000 Subject: Remove an assertion which is always triggered. --- src/input/input_dvb.c | 2 -- 1 file changed, 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); -- cgit v1.2.3