remove extraneous redefinition of G_PARAM_SPEC_CLASS().
authorTim Janik <timj@gtk.org>
Wed, 13 Feb 2002 05:53:54 +0000 (05:53 +0000)
committerTim Janik <timj@src.gnome.org>
Wed, 13 Feb 2002 05:53:54 +0000 (05:53 +0000)
Wed Feb 13 06:53:50 2002  Tim Janik  <timj@gtk.org>

        * gparam.c: remove extraneous redefinition of G_PARAM_SPEC_CLASS().

gobject/ChangeLog
gobject/gparam.c

index f8f7984..b8a1771 100644 (file)
@@ -1,3 +1,7 @@
+Wed Feb 13 06:53:50 2002  Tim Janik  <timj@gtk.org>
+
+       * gparam.c: remove extraneous redefinition of G_PARAM_SPEC_CLASS().
+
 Wed Feb 13 06:29:51 2002  Tim Janik  <timj@gtk.org>
 
        * gvaluetransform.c: cosmetic cleanups, fixed [u]int64->string
index d13435b..669715d 100644 (file)
@@ -30,7 +30,6 @@
 
 
 /* --- defines --- */
-#define G_PARAM_SPEC_CLASS(class)              (G_TYPE_CHECK_CLASS_CAST ((class), G_TYPE_PARAM, GParamSpecClass))
 #define        G_PARAM_USER_MASK                       (~0 << G_PARAM_USER_SHIFT)
 #define PSPEC_APPLIES_TO_VALUE(pspec, value)   (G_TYPE_CHECK_VALUE_TYPE ((value), G_PARAM_SPEC_VALUE_TYPE (pspec)))
 #define        G_SLOCK(mutex)                          g_static_mutex_lock (mutex)