summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontextprivate.h
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2019-08-23 17:09:54 +0200
committerTimm Bäder <mail@baedert.org>2019-09-09 17:36:24 +0200
commit26aa620efe6df569a17f19f0100f96ff874eb030 (patch)
tree2b6e3564d22790106bee9fefd3ce663498b61fc4 /gtk/gtkstylecontextprivate.h
parente0cf6e47753d4f293ce72aa505483a4f05a8bc6b (diff)
downloadgtk+-26aa620efe6df569a17f19f0100f96ff874eb030.tar.gz
stylecontext: Stop exporting _resolve_color
Only used in gtkstylecontext.c
Diffstat (limited to 'gtk/gtkstylecontextprivate.h')
-rw-r--r--gtk/gtkstylecontextprivate.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkstylecontextprivate.h b/gtk/gtkstylecontextprivate.h
index 81a2e2e3f1..f9abde3493 100644
--- a/gtk/gtkstylecontextprivate.h
+++ b/gtk/gtkstylecontextprivate.h
@@ -57,9 +57,6 @@ void gtk_style_context_validate (GtkStyleContext *c
GtkCssStyleChange *change);
gboolean _gtk_style_context_check_region_name (const gchar *str);
-gboolean _gtk_style_context_resolve_color (GtkStyleContext *context,
- GtkCssValue *color,
- GdkRGBA *result);
void _gtk_style_context_get_cursor_color (GtkStyleContext *context,
GdkRGBA *primary_color,
GdkRGBA *secondary_color);