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:
Luis de Bethencourt 2015-04-24 16:48:23 +01:00 committed by Tim-Philipp Müller
parent 51791d8fe2
commit 693a924461

View file

@ -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))