mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-13 22:07:15 +01:00
remove lookup of unused BoxedNode.
Sun Feb 9 13:44:01 2003 Soeren Sandmann <sandmann@daimi.au.dk> * gboxed.c (boxed_proxy_value_init): remove lookup of unused BoxedNode.
This commit is contained in:
parent
280a213b09
commit
d56989f3f2
@ -1,3 +1,8 @@
|
|||||||
|
Sun Feb 9 13:44:01 2003 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||||
|
|
||||||
|
* gboxed.c (boxed_proxy_value_init): remove lookup of unused
|
||||||
|
BoxedNode.
|
||||||
|
|
||||||
2003-02-07 Matthias Clasen <maclas@gmx.de>
|
2003-02-07 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtypemodule.c:
|
* gtypemodule.c:
|
||||||
|
@ -181,10 +181,6 @@ g_gstring_get_type (void)
|
|||||||
static void
|
static void
|
||||||
boxed_proxy_value_init (GValue *value)
|
boxed_proxy_value_init (GValue *value)
|
||||||
{
|
{
|
||||||
BoxedNode key, *node;
|
|
||||||
|
|
||||||
key.type = G_VALUE_TYPE (value);
|
|
||||||
node = g_bsearch_array_lookup (boxed_bsa, &boxed_bconfig, &key);
|
|
||||||
value->data[0].v_pointer = NULL;
|
value->data[0].v_pointer = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user