diff options
-rw-r--r-- | src/input/input_dvb.c | 2 |
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); |