Cleanup: Remove unused ChunkType flag CH_AUTO_LENGTH

CH_AUTO_LENGTH is no longer used anywhere, so remove all code
that depends on it.
This commit is contained in:
cirdan
2012-12-08 19:21:55 +01:00
committed by Charles Pigott
parent 46ff7d918b
commit 395a5d9991
2 changed files with 0 additions and 33 deletions

View File

@@ -409,7 +409,6 @@ enum ChunkType {
CH_SPARSE_ARRAY = 2,
CH_TYPE_MASK = 3,
CH_LAST = 8, ///< Last chunk in this array.
CH_AUTO_LENGTH = 16,
};
/**