(svn r18688) -Cleanup: remove some unused code/constants

This commit is contained in:
rubidium
2010-01-02 15:52:41 +00:00
parent fe67e85700
commit 58be174df2
2 changed files with 5 additions and 17 deletions

View File

@@ -92,13 +92,6 @@ enum {
CH_TYPE_MASK = 3,
CH_LAST = 8,
CH_AUTO_LENGTH = 16,
CH_PRI_0 = 0 << 4,
CH_PRI_1 = 1 << 4,
CH_PRI_2 = 2 << 4,
CH_PRI_3 = 3 << 4,
CH_PRI_SHL = 4,
CH_NUM_PRI_LEVELS = 4,
};
/** VarTypes is the general bitmasked magic type that tells us