remove extraneous redefinition of G_PARAM_SPEC_CLASS().

Wed Feb 13 06:53:50 2002  Tim Janik  <timj@gtk.org>

        * gparam.c: remove extraneous redefinition of G_PARAM_SPEC_CLASS().
This commit is contained in:
Tim Janik 2002-02-13 05:53:54 +00:00 committed by Tim Janik
parent d15d950210
commit 713ce83c53
2 changed files with 4 additions and 1 deletions

View 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

View 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)