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:
Soeren Sandmann 2003-02-09 12:40:53 +00:00 committed by Søren Sandmann Pedersen
parent 280a213b09
commit d56989f3f2
2 changed files with 5 additions and 4 deletions

View File

@ -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>
* gtypemodule.c:

View File

@ -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;
}