Cosmetics: Remove a leftover line

This looks just like a copy-paste leftover. Suprisingly, it compiled
just fine and worked too.
This commit is contained in:
Matthias Clasen
2024-08-01 17:19:50 -04:00
parent 487e568722
commit 86b59ba643

View File

@@ -2786,7 +2786,6 @@ parse_node (GtkCssParser *parser,
guint i;
token = gtk_css_parser_get_token (parser);
if (gtk_css_parser_has_token (parser, GTK_CSS_TOKEN_STRING))
if (gtk_css_token_is (token, GTK_CSS_TOKEN_STRING))
{
GskRenderNode *node;