Remove duplicate start_boxed.
authorColin Walters <walters@src.gnome.org>
Sat, 23 Aug 2008 21:29:58 +0000 (21:29 +0000)
committerColin Walters <walters@src.gnome.org>
Sat, 23 Aug 2008 21:29:58 +0000 (21:29 +0000)
svn path=/trunk/; revision=474

girepository/girparser.c

index df2d6c1..c816bd6 100644 (file)
@@ -1917,10 +1917,6 @@ start_element_handler (GMarkupParseContext *context,
                             attribute_names, attribute_values,
                             ctx, error))
        goto out;
-      else if (start_glib_boxed (context, element_name,
-                                attribute_names, attribute_values,
-                                ctx, error))
-       goto out;
       break;
 
     case 'i':