summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontextprivate.h
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2019-08-23 17:14:40 +0200
committerTimm Bäder <mail@baedert.org>2019-09-09 17:36:24 +0200
commit5cd8009c5395ed55d61b6a2d9db9297da564aab2 (patch)
treeac5dcca66db61762f67d6f13301ff5812d9c0b67 /gtk/gtkstylecontextprivate.h
parent26aa620efe6df569a17f19f0100f96ff874eb030 (diff)
downloadgtk+-5cd8009c5395ed55d61b6a2d9db9297da564aab2.tar.gz
stylecontext: Remove leftover function prototypes
Diffstat (limited to 'gtk/gtkstylecontextprivate.h')
-rw-r--r--gtk/gtkstylecontextprivate.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/gtk/gtkstylecontextprivate.h b/gtk/gtkstylecontextprivate.h
index f9abde3493..e3cc0fff39 100644
--- a/gtk/gtkstylecontextprivate.h
+++ b/gtk/gtkstylecontextprivate.h
@@ -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 */