mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
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:
parent
4cd8caa6c7
commit
6f1f1342e4
@ -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>
|
2008-07-04 Michael Natterer <mitch@imendio.com>
|
||||||
|
|
||||||
Bug 541208 – Functions to easily install and use signals without
|
Bug 541208 – Functions to easily install and use signals without
|
||||||
|
@ -104,9 +104,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#define PREALLOC_CPARAMS (8)
|
|
||||||
|
|
||||||
|
|
||||||
/* --- macros --- */
|
/* --- macros --- */
|
||||||
#define PARAM_SPEC_PARAM_ID(pspec) ((pspec)->param_id)
|
#define PARAM_SPEC_PARAM_ID(pspec) ((pspec)->param_id)
|
||||||
#define PARAM_SPEC_SET_PARAM_ID(pspec, id) ((pspec)->param_id = (id))
|
#define PARAM_SPEC_SET_PARAM_ID(pspec, id) ((pspec)->param_id = (id))
|
||||||
|
Loading…
Reference in New Issue
Block a user