mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02: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:
committed by
Søren Sandmann Pedersen
parent
280a213b09
commit
d56989f3f2
@@ -181,10 +181,6 @@ g_gstring_get_type (void)
|
||||
static void
|
||||
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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user