From: Andy Wingo Date: Mon, 21 Nov 2005 16:41:16 +0000 (+0000) Subject: gst/gstpad.h (GST_IS_PAD_FAST): Removed. X-Git-Tag: RELEASE-0_9_6~46 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ad7585d432242e1c2b133ff5fd89868520b656ca;p=platform%2Fupstream%2Fgstreamer.git 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. --- diff --git a/ChangeLog b/ChangeLog index e55477e..86eaf81 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 d85e722..2a3960f 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;