cssprovider: No need to restore after @import parsing

With the recent changes, this just resets the error, and we don't the
error reset from subfile parsing.
This commit is contained in:
Benjamin Otte 2011-04-11 01:33:26 +02:00
parent 3e146b468b
commit 2d75dd2fdf

View File

@ -2272,7 +2272,6 @@ parse_rule (GtkCssProvider *css_provider,
FALSE, NULL);
/* Restore previous state */
css_provider_reset_parser (css_provider);
gtk_css_scanner_destroy (new_scanner);
css_provider->priv->scanner = scanner;