summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
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 5e60568c97..5927091233 100644
--- a/player/core.h
+++ b/player/core.h
@@ -225,8 +225,6 @@ typedef struct MPContext {
struct ao *ao;
double ao_pts;
struct mp_audio_buffer *ao_buffer; // queued audio; passed to ao_play() later
- int ao_buffer_playable_samples; // part of the part of the buffer the AO
- // hasn't accepted yet with play()
struct vo *video_out;