From 5eae20fc0f2387dfffe276e64e1132e7ad8093a9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 15 Jun 2015 14:32:14 +0200 Subject: audio: remove unused readonly field Its last use was removed in 433402b5. --- audio/audio.h | 1 - 1 file changed, 1 deletion(-) (limited to 'audio/audio.h') diff --git a/audio/audio.h b/audio/audio.h index 7bfffa7887..a221b126ac 100644 --- a/audio/audio.h +++ b/audio/audio.h @@ -38,7 +38,6 @@ struct mp_audio { int bps; // size of sub-samples (af_fmt2bps(format)) // --- private - bool readonly; // These do not necessarily map directly to planes[]. They can have // different order or count. There shouldn't be more buffers than planes. // If allocated[n] is NULL, allocated[n+1] must also be NULL. -- cgit v1.2.3