From d45a1253b1606875e4642466d6915dc1806c157e Mon Sep 17 00:00:00 2001 From: Luis de Bethencourt Date: Mon, 27 Apr 2015 14:56:06 +0100 Subject: [PATCH] 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. --- gst/mpegdemux/gstmpegdemux.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/mpegdemux/gstmpegdemux.c b/gst/mpegdemux/gstmpegdemux.c index 5f9241337f..ab9b36465d 100644 --- a/gst/mpegdemux/gstmpegdemux.c +++ b/gst/mpegdemux/gstmpegdemux.c @@ -90,7 +90,6 @@ enum enum { PROP_0, - PROP_SYNC, /* FILL ME */ };