From ad7585d432242e1c2b133ff5fd89868520b656ca Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Mon, 21 Nov 2005 16:41:16 +0000 Subject: [PATCH] gst/gstpad.h (GST_IS_PAD_FAST): Removed. Original commit message from CVS: 2005-11-21 Andy Wingo * gst/gstpad.h (GST_IS_PAD_FAST): Removed. --- ChangeLog | 2 ++ gst/gstpad.h | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e55477eef6..86eaf817e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-11-21 Andy Wingo + * gst/gstpad.h (GST_IS_PAD_FAST): Removed. + * *.h: * *.c: Ran scripts/update-macros. Oh yes. diff --git a/gst/gstpad.h b/gst/gstpad.h index d85e722a4d..2a3960f19b 100644 --- a/gst/gstpad.h +++ b/gst/gstpad.h @@ -45,8 +45,6 @@ G_BEGIN_DECLS #define GST_PAD_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GST_TYPE_PAD, GstPadClass)) #define GST_PAD_CAST(obj) ((GstPad*)(obj)) -/* FIXME: remove - its unused */ -#define GST_IS_PAD_FAST(obj) (G_OBJECT_TYPE(obj) == GST_TYPE_PAD) typedef struct _GstPad GstPad; typedef struct _GstPadClass GstPadClass;