# HG changeset patch # User alexc # Date 1248126723 0 # Node ID cd01ef12809a0274d2e8f6124bf2f8c2d4f90fe8 # Parent fd487090d9013298f12c4787aa2fe1380df965f0 Remove an unused field from the BandCodingPath struct. diff -r fd487090d901 -r cd01ef12809a aaccoder.c --- a/aaccoder.c Mon Jul 20 20:32:27 2009 +0000 +++ b/aaccoder.c Mon Jul 20 21:52:03 2009 +0000 @@ -347,7 +347,6 @@ */ typedef struct BandCodingPath { int prev_idx; ///< pointer to the previous path point - int codebook; ///< codebook for coding band run float cost; ///< path cost int run; } BandCodingPath;