summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontext.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-11-30 22:41:22 +0100
committerBenjamin Otte <otte@redhat.com>2012-11-30 22:41:22 +0100
commitfc67f0d4f816f6dfbd4593c4aaa2d60f6673dbdf (patch)
tree355ce73b9de59470e51a8ef0cab0326153fc294b /gtk/gtkstylecontext.c
parent0c12a6ffcb2d86d8ea23f4fa65ea3220ff7206b3 (diff)
downloadgtk+-fc67f0d4f816f6dfbd4593c4aaa2d60f6673dbdf.tar.gz
stylecontext: Remove unused private functions
Diffstat (limited to 'gtk/gtkstylecontext.c')
-rw-r--r--gtk/gtkstylecontext.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/gtk/gtkstylecontext.c b/gtk/gtkstylecontext.c
index d8245b971e..5b17b2159c 100644
--- a/gtk/gtkstylecontext.c
+++ b/gtk/gtkstylecontext.c
@@ -2222,17 +2222,6 @@ _gtk_style_context_peek_property (GtkStyleContext *context,
return _gtk_css_computed_values_get_value (data->store, property_id);
}
-double
-_gtk_style_context_get_number (GtkStyleContext *context,
- guint property_id,
- double one_hundred_percent)
-{
- GtkCssValue *value;
-
- value = _gtk_style_context_peek_property (context, property_id);
- return _gtk_css_number_value_get (value, one_hundred_percent);
-}
-
const GValue *
_gtk_style_context_peek_style_property (GtkStyleContext *context,
GType widget_type,