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)
This commit is contained in:

committed by
Jonathan G Rennison

parent
ec157b4a66
commit
4a19babf9e
@@ -102,7 +102,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 */
|
||||
|
Reference in New Issue
Block a user