mirror of
https://github.com/mpv-player/mpv
synced 2024-11-14 22:48:35 +01:00
stream_dvb: remove unused variable
(At first I left this intentionally, because the temporarily disabled stream ctrl code used it, but there's actually no reason to annoy everyone with the warning.)
This commit is contained in:
parent
dab28158ee
commit
9280e6b322
@ -895,7 +895,6 @@ int dvb_step_channel(stream_t *stream, int dir)
|
||||
|
||||
static int dvbin_stream_control(struct stream *s, int cmd, void *arg)
|
||||
{
|
||||
int r;
|
||||
dvb_priv_t *priv = (dvb_priv_t *) s->priv;
|
||||
dvb_state_t *state = priv->state;
|
||||
dvb_channels_list_t *list = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user