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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user