gst/gstpad.h (GST_IS_PAD_FAST): Removed.
authorAndy Wingo <wingo@pobox.com>
Mon, 21 Nov 2005 16:41:16 +0000 (16:41 +0000)
committerAndy Wingo <wingo@pobox.com>
Mon, 21 Nov 2005 16:41:16 +0000 (16:41 +0000)
Original commit message from CVS:
2005-11-21  Andy Wingo  <wingo@pobox.com>

* gst/gstpad.h (GST_IS_PAD_FAST): Removed.

ChangeLog
gst/gstpad.h

index e55477e..86eaf81 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-11-21  Andy Wingo  <wingo@pobox.com>
 
+       * gst/gstpad.h (GST_IS_PAD_FAST): Removed.
+
        * *.h:
        * *.c: Ran scripts/update-macros. Oh yes.
 
index d85e722..2a3960f 100644 (file)
@@ -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;