stylecontext: Remove leftover function prototypes
authorTimm Bäder <mail@baedert.org>
Fri, 23 Aug 2019 15:14:40 +0000 (17:14 +0200)
committerTimm Bäder <mail@baedert.org>
Mon, 9 Sep 2019 15:36:24 +0000 (17:36 +0200)
gtk/gtkstylecontextprivate.h

index f9abde3493689aeb3f3e5c10bd13b78595c09f3f..e3cc0fff3958c3aaf1720070fdadce4119d80f7b 100644 (file)
@@ -50,9 +50,6 @@ GtkCssStyleChange *
 GtkCssStyle *   gtk_style_context_lookup_style               (GtkStyleContext *context);
 GtkCssValue   * _gtk_style_context_peek_property             (GtkStyleContext *context,
                                                               guint            property_id);
-const GValue * _gtk_style_context_peek_style_property        (GtkStyleContext *context,
-                                                              GType            widget_type,
-                                                              GParamSpec      *pspec);
 void            gtk_style_context_validate                   (GtkStyleContext *context,
                                                               GtkCssStyleChange *change);
 gboolean       _gtk_style_context_check_region_name          (const gchar     *str);
@@ -61,13 +58,6 @@ void           _gtk_style_context_get_cursor_color           (GtkStyleContext
                                                               GdkRGBA            *primary_color,
                                                               GdkRGBA            *secondary_color);
 
-void           _gtk_style_context_get_icon_extents           (GtkStyleContext    *context,
-                                                              GdkRectangle       *extents,
-                                                              gint                x,
-                                                              gint                y,
-                                                              gint                width,
-                                                              gint                height);
-
 PangoAttrList *_gtk_style_context_get_pango_attributes       (GtkStyleContext *context);
 
 /* Accessibility support */