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 0556d71c477910de8a026b0b551a00a9b97e30f1..851ea719c0d7250c2d307bb7dd0f3c45154d9023 100644 (file)
@@ -1,3 +1,7 @@
+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
index 0923c1a72a3d2e662ecb053075571243c9f2ade9..5f4ba990fc84192b2a0028e77bee7922879056cc 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))