remove unused #define PREALLOC_CPARAMS.
authorMichael Natterer <mitch@imendio.com>
Fri, 4 Jul 2008 13:08:39 +0000 (13:08 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Fri, 4 Jul 2008 13:08:39 +0000 (13:08 +0000)
2008-07-04  Michael Natterer  <mitch@imendio.com>

* gobject.c: remove unused #define PREALLOC_CPARAMS.

svn path=/trunk/; revision=7159

gobject/ChangeLog
gobject/gobject.c

index 0556d71..851ea71 100644 (file)
@@ -1,5 +1,9 @@
 2008-07-04  Michael Natterer  <mitch@imendio.com>
 
+       * gobject.c: remove unused #define PREALLOC_CPARAMS.
+
+2008-07-04  Michael Natterer  <mitch@imendio.com>
+
        Bug 541208 – Functions to easily install and use signals without
        class struct slot
 
index 0923c1a..5f4ba99 100644 (file)
  */
 
 
-#define        PREALLOC_CPARAMS        (8)
-
-
 /* --- macros --- */
 #define PARAM_SPEC_PARAM_ID(pspec)             ((pspec)->param_id)
 #define        PARAM_SPEC_SET_PARAM_ID(pspec, id)      ((pspec)->param_id = (id))