css: Drop a bit of unreachable code

We never get here. The compiler says so.

Pointed out in https://www.viva64.com/en/b/0793/
This commit is contained in:
Matthias Clasen 2021-02-04 00:39:34 -05:00
parent aa5bd38137
commit b5200bd076

View File

@ -1073,9 +1073,6 @@ parse_n_plus_b (GtkCssParser *parser,
*a = 0;
return TRUE;
}
gtk_css_parser_error_syntax (parser, "Not a valid an+b type");
return FALSE;
}
static gboolean