summaryrefslogtreecommitdiff
path: root/gtk/gtkcssvalueprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-03-26 07:46:18 +0200
committerBenjamin Otte <otte@redhat.com>2012-04-17 08:59:11 +0200
commitdf45983fcb26b0cab9fa95b40c87f5029eecb133 (patch)
tree28b133b23c80a6c57efb84ed35864cf0a3d8e557 /gtk/gtkcssvalueprivate.h
parent8e3e3d582f7df902caa3c3e0ec9f503d1c6d9fd0 (diff)
downloadgtk+-df45983fcb26b0cab9fa95b40c87f5029eecb133.tar.gz
cssvalue: Remove _gtk_css_value_new_take_gvalue()
Having two constructors from GValues complicates refactorings, so I'd rather not have them.
Diffstat (limited to 'gtk/gtkcssvalueprivate.h')
-rw-r--r--gtk/gtkcssvalueprivate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkcssvalueprivate.h b/gtk/gtkcssvalueprivate.h
index 047f9ea8c0..39af9b344e 100644
--- a/gtk/gtkcssvalueprivate.h
+++ b/gtk/gtkcssvalueprivate.h
@@ -68,7 +68,6 @@ GType _gtk_css_value_get_content_type (const GtkCssValue
gboolean _gtk_css_value_holds (const GtkCssValue *value,
GType type);
GtkCssValue *_gtk_css_value_new_from_gvalue (const GValue *g_value);
-GtkCssValue *_gtk_css_value_new_take_gvalue (GValue *g_value);
GtkCssValue *_gtk_css_value_new_from_int (gint val);
GtkCssValue *_gtk_css_value_new_take_string (char *string);
GtkCssValue *_gtk_css_value_new_from_rgba (const GdkRGBA *v);