Remove unused ChunkType flag CH_AUTO_LENGTH

CH_AUTO_LENGTH is no longer used anywhere, so remove all code
that depends on it.

(cherry picked from commit 9c620d9de5d45b78f7d992d6b3897009fe988d86)
(cherry picked from commit 4a19babf9e)
This commit is contained in:
cirdan
2012-12-08 19:21:55 +01:00
committed by Jonathan G Rennison
parent 4134b81af0
commit c06c929771
2 changed files with 0 additions and 33 deletions

View File

@@ -106,7 +106,6 @@ enum ChunkType {
CH_TYPE_MASK = 3,
CH_EXT_HDR = 15, ///< Extended chunk header
CH_LAST = 8, ///< Last chunk in this array.
CH_AUTO_LENGTH = 16,
};
/** Flags for chunk extended headers */