remove unused #define PREALLOC_CPARAMS.

2008-07-04  Michael Natterer  <mitch@imendio.com>

	* gobject.c: remove unused #define PREALLOC_CPARAMS.


svn path=/trunk/; revision=7159
This commit is contained in:
Michael Natterer 2008-07-04 13:08:39 +00:00 committed by Michael Natterer
parent 4cd8caa6c7
commit 6f1f1342e4
2 changed files with 4 additions and 3 deletions

View 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

View File

@ -104,9 +104,6 @@
*/
#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))