From d42959c5ce76fcca87b9eeb89ce44fcae28bda1d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 23 Sep 2008 23:59:55 +0200 Subject: flac: removed FlacData.chunk_length chunk_length can be converted to a local variable, because it is always reset to 0 after it was used. --- src/inputPlugins/_flac_common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/inputPlugins/_flac_common.h') diff --git a/src/inputPlugins/_flac_common.h b/src/inputPlugins/_flac_common.h index 4ca97cae0..e05824147 100644 --- a/src/inputPlugins/_flac_common.h +++ b/src/inputPlugins/_flac_common.h @@ -140,7 +140,6 @@ typedef size_t flac_read_status_size_t; typedef struct { unsigned char chunk[FLAC_CHUNK_SIZE]; - size_t chunk_length; float time; unsigned int bitRate; struct audio_format audio_format; -- cgit v1.2.3