remove unused enum items PROP_LAST
This were probably added to the enums due to cargo cult programming and are unused.
This commit is contained in:
parent
51791d8fe2
commit
693a924461
@ -108,8 +108,7 @@ enum
|
||||
{
|
||||
PROP_0,
|
||||
PROP_SPROP_PARAMETER_SETS,
|
||||
PROP_CONFIG_INTERVAL,
|
||||
PROP_LAST
|
||||
PROP_CONFIG_INTERVAL
|
||||
};
|
||||
|
||||
#define IS_ACCESS_UNIT(x) (((x) > 0x00) && ((x) < 0x06))
|
||||
|
Loading…
x
Reference in New Issue
Block a user