From cc3afc7c0fb5fc90173ca084bb6b55e9be217252 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Tue, 31 May 2011 12:42:30 +0200 Subject: Revert "API: Add API to set style properties to be inherit" Inheritance is now done using style property flags, so thereis no ned anymore to clobber the pspec flags namespace. Also, there is no need to expose this functionality in the public API without exposing more of the styleproperty API. This essentially reverts commit 9bfd3d2eec96cba146fc9f5e1ab972584672e3d5. --- gtk/gtkstyleproperties.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gtk/gtkstyleproperties.h') diff --git a/gtk/gtkstyleproperties.h b/gtk/gtkstyleproperties.h index a38905e050..0cc478892b 100644 --- a/gtk/gtkstyleproperties.h +++ b/gtk/gtkstyleproperties.h @@ -66,10 +66,6 @@ typedef gboolean (* GtkStylePropertyParser) (const gchar *string, GType gtk_style_properties_get_type (void) G_GNUC_CONST; -void gtk_style_param_set_inherit (GParamSpec *pspec, - gboolean inherit); -gboolean gtk_style_param_get_inherit (GParamSpec *pspec); - /* Functions to register style properties */ void gtk_style_properties_register_property (GtkStylePropertyParser parse_func, GParamSpec *pspec); -- cgit v1.2.1