diff options
author | Luis de Bethencourt <luis.bg@samsung.com> | 2015-04-27 14:56:06 +0100 |
---|---|---|
committer | Luis de Bethencourt <luis.bg@samsung.com> | 2015-04-27 14:56:13 +0100 |
commit | d45a1253b1606875e4642466d6915dc1806c157e (patch) | |
tree | 595d3a81530c56e438c2ac70b0eecd5e7c0a6be2 /gst/mpegdemux/gstmpegdemux.c | |
parent | e765a9bb00083ec1259f3e5f88c145a1522d01b9 (diff) |
mpegdemux: remove unused property enum item
The property enum item has been there since the origin of the element but it
has never been used. Removing it.
Diffstat (limited to 'gst/mpegdemux/gstmpegdemux.c')
-rw-r--r-- | gst/mpegdemux/gstmpegdemux.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/mpegdemux/gstmpegdemux.c b/gst/mpegdemux/gstmpegdemux.c index 5f9241337..ab9b36465 100644 --- a/gst/mpegdemux/gstmpegdemux.c +++ b/gst/mpegdemux/gstmpegdemux.c @@ -90,7 +90,6 @@ enum enum { PROP_0, - PROP_SYNC, /* FILL ME */ }; |