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 a2d2f1896f191f48cc272e89a24e49a12990f868..a2737812636a7fb3049b2bc5966ab2d6ed0e9244 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 a16b359e8f8e0cb54cfadc95affd5f991937a6bf..ee6e432ea7ae49ba17abda9a6ee6e52b27323bad 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;
 }