aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/_flac_common.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-09-23 23:59:55 +0200
committerEric Wong <normalperson@yhbt.net>2008-09-29 02:05:11 -0700
commit198f0117c4d1f87cfed51fd51c5bf7bb50cd5334 (patch)
tree81f37b9c14a3a42e9e8f47472e831217a4a0f854 /src/inputPlugins/_flac_common.h
parenta748ea5a55f4f5d9f9d58b0e6c7667d61cfde501 (diff)
downloadmpd-198f0117c4d1f87cfed51fd51c5bf7bb50cd5334.tar.gz
mpd-198f0117c4d1f87cfed51fd51c5bf7bb50cd5334.tar.xz
mpd-198f0117c4d1f87cfed51fd51c5bf7bb50cd5334.zip
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.
Diffstat (limited to 'src/inputPlugins/_flac_common.h')
-rw-r--r--src/inputPlugins/_flac_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/inputPlugins/_flac_common.h b/src/inputPlugins/_flac_common.h
index 8031f8e69..f88866b08 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;
FLAC__uint64 position;