diff options
author | wm4 <wm4@nowhere> | 2016-02-12 15:47:25 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2016-02-12 15:47:25 +0100 |
commit | 8e4eee9a9adc0b40b0ad7f182808c77bf24f7c47 (patch) | |
tree | ef6837037824f4a79d39c1f771da347eb8d8582d /stream/stream_dvb.c | |
parent | 6eae6a785c5060587517197ab05f7e19b54972df (diff) | |
download | mpv-8e4eee9a9adc0b40b0ad7f182808c77bf24f7c47.tar.bz2 mpv-8e4eee9a9adc0b40b0ad7f182808c77bf24f7c47.tar.xz |
stream_dvb: remove dead code
Fixes CID 1350063.
Diffstat (limited to 'stream/stream_dvb.c')
-rw-r--r-- | stream/stream_dvb.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/stream/stream_dvb.c b/stream/stream_dvb.c index 4316adfb56..d0e3cad8d8 100644 --- a/stream/stream_dvb.c +++ b/stream/stream_dvb.c @@ -758,11 +758,6 @@ int dvb_step_channel(stream_t *stream, int dir) MP_VERBOSE(stream, "DVB_STEP_CHANNEL dir %d\n", dir); - if (priv == NULL) { - MP_ERR(stream, "dvb_step_channel: NULL priv_ptr, quit\n"); - return 0; - } - list = state->list; if (list == NULL) { MP_ERR(stream, "dvb_step_channel: NULL list_ptr, quit\n"); |