From 7da32991df87d82bd4b160ba3ce0221a8e667867 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 24 May 2011 18:29:48 +0200 Subject: [PATCH] padtemplate: remove unused flag --- gst/gstpadtemplate.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/gst/gstpadtemplate.h b/gst/gstpadtemplate.h index 9710f4a..e8e5921 100644 --- a/gst/gstpadtemplate.h +++ b/gst/gstpadtemplate.h @@ -97,14 +97,11 @@ typedef enum { /** * GstPadTemplateFlags: - * @GST_PAD_TEMPLATE_FIXED: the padtemplate has no variable properties * @GST_PAD_TEMPLATE_FLAG_LAST: first flag that can be used by subclasses. * * Flags for the padtemplate */ typedef enum { - /* FIXME0.11: this is not used and the purpose is unclear */ - GST_PAD_TEMPLATE_FIXED = (GST_OBJECT_FLAG_LAST << 0), /* padding */ GST_PAD_TEMPLATE_FLAG_LAST = (GST_OBJECT_FLAG_LAST << 4) } GstPadTemplateFlags; -- 2.7.4