summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-29 12:10:07 +0100
committerwm4 <wm4@nowhere>2015-01-29 15:15:01 +0100
commit86d4094b98dcfb3e57578c38d842fa7a13aa2605 (patch)
tree58efe55ea2500d4d22747ef7ca28e51a5fb8471f /player/core.h
parent34d3a27f28030a05830a775420cc692a2156bf7d (diff)
downloadmpv-86d4094b98dcfb3e57578c38d842fa7a13aa2605.tar.bz2
mpv-86d4094b98dcfb3e57578c38d842fa7a13aa2605.tar.xz
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.)
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h2
1 files changed, 0 insertions, 2 deletions
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;