cssdimensionvalue: Remove an outdated comment
authorTimm Bäder <mail@baedert.org>
Sat, 25 Jan 2020 18:59:12 +0000 (19:59 +0100)
committerTimm Bäder <mail@baedert.org>
Sun, 26 Jan 2020 17:21:07 +0000 (18:21 +0100)
It's actually implemented in gtkcssdimensionvalue.c these days.

gtk/gtkcssdimensionvalueprivate.h

index f13a9281bb483f00a7a5513eedd97dc921e2b2c9..fea2a919ef229141a9d0ce29abea6915bf031272 100644 (file)
@@ -26,7 +26,7 @@ G_BEGIN_DECLS
 
 GtkCssValue *   gtk_css_dimension_value_new         (double                  value,
                                                      GtkCssUnit              unit);
-/* This function implemented in gtkcssparser.c */
+
 GtkCssValue *   gtk_css_dimension_value_parse       (GtkCssParser           *parser,
                                                      GtkCssNumberParseFlags  flags);