Remove duplicate start_boxed.

svn path=/trunk/; revision=474
This commit is contained in:
Colin Walters 2008-08-23 21:29:58 +00:00
parent 6d34368cac
commit 4c2a09226b

View File

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