gst/gstpad.h (GST_IS_PAD_FAST): Removed.

Original commit message from CVS:
2005-11-21  Andy Wingo  <wingo@pobox.com>

* gst/gstpad.h (GST_IS_PAD_FAST): Removed.
This commit is contained in:
Andy Wingo 2005-11-21 16:41:16 +00:00
parent 44c548b205
commit ad7585d432
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,7 @@
2005-11-21 Andy Wingo <wingo@pobox.com> 2005-11-21 Andy Wingo <wingo@pobox.com>
* gst/gstpad.h (GST_IS_PAD_FAST): Removed.
* *.h: * *.h:
* *.c: Ran scripts/update-macros. Oh yes. * *.c: Ran scripts/update-macros. Oh yes.

View 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_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GST_TYPE_PAD, GstPadClass))
#define GST_PAD_CAST(obj) ((GstPad*)(obj)) #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 _GstPad GstPad;
typedef struct _GstPadClass GstPadClass; typedef struct _GstPadClass GstPadClass;