From 86d4094b98dcfb3e57578c38d842fa7a13aa2605 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 29 Jan 2015 12:10:07 +0100 Subject: player: remove redundant variable mpctx->audio_delay always has the same value as opts->audio_delay. (This was not the case a long time ago, when the audio-delay property didn't actually write to opts->audio_delay. I think.) --- player/core.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'player/core.h') diff --git a/player/core.h b/player/core.h index 4aad52ceb5..06abd0eff8 100644 --- a/player/core.h +++ b/player/core.h @@ -276,8 +276,6 @@ typedef struct MPContext { uint64_t backstep_start_seek_ts; bool backstep_active; - double audio_delay; - double next_heartbeat; double last_idle_tick; double next_cache_update; -- cgit v1.2.3