From a805a152c18e3f947c7bf9a22f4463a38fd4cb36 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 31 Aug 2020 20:23:44 +0200 Subject: ao: remove unused field --- audio/out/internal.h | 1 - 1 file changed, 1 deletion(-) diff --git a/audio/out/internal.h b/audio/out/internal.h index 6eb7016f2d..c3ed9dca98 100644 --- a/audio/out/internal.h +++ b/audio/out/internal.h @@ -68,7 +68,6 @@ struct ao { int buffer; double def_buffer; struct buffer_state *buffer_state; - void *api_priv; }; void init_buffer_pre(struct ao *ao); -- cgit v1.2.3