stream_dvb: remove dead code

Fixes CID 1350063.
This commit is contained in:
wm4 2016-02-12 15:47:25 +01:00
parent 6eae6a785c
commit 8e4eee9a9a
1 changed files with 0 additions and 5 deletions

View File

@ -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");