mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
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
1 changed files with 1 additions and 2 deletions
|
@ -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…
Reference in a new issue