mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
realmedia: remove unused enum item PROP_LAST
This commit is contained in:
parent
2aa56dffed
commit
f209829d81
1 changed files with 1 additions and 2 deletions
|
@ -40,8 +40,7 @@ enum
|
|||
enum
|
||||
{
|
||||
PROP_0,
|
||||
PROP_LOCATION,
|
||||
PROP_LAST
|
||||
PROP_LOCATION
|
||||
};
|
||||
|
||||
static GstStaticPadTemplate gst_pnm_src_template =
|
||||
|
|
Loading…
Reference in a new issue