remove lookup of unused BoxedNode.
authorSoeren Sandmann <sandmann@daimi.au.dk>
Sun, 9 Feb 2003 12:40:53 +0000 (12:40 +0000)
committerSøren Sandmann Pedersen <ssp@src.gnome.org>
Sun, 9 Feb 2003 12:40:53 +0000 (12:40 +0000)
Sun Feb  9 13:44:01 2003  Soeren Sandmann  <sandmann@daimi.au.dk>

* gboxed.c (boxed_proxy_value_init): remove lookup of unused
BoxedNode.

gobject/ChangeLog
gobject/gboxed.c

index a2d2f18..a273781 100644 (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: 
index a16b359..ee6e432 100644 (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;
 }