summaryrefslogtreecommitdiff
path: root/gtk/gtkstyleproperties.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2011-05-31 12:42:30 +0200
committerBenjamin Otte <otte@redhat.com>2011-06-02 02:03:52 +0200
commitcc3afc7c0fb5fc90173ca084bb6b55e9be217252 (patch)
tree5870694f57da74fbf7a65693f2c3eae1852e1006 /gtk/gtkstyleproperties.h
parent9f0e993b6094505124edf96e7a9f687829311911 (diff)
downloadgtk+-cc3afc7c0fb5fc90173ca084bb6b55e9be217252.tar.gz
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.
Diffstat (limited to 'gtk/gtkstyleproperties.h')
-rw-r--r--gtk/gtkstyleproperties.h4
1 files changed, 0 insertions, 4 deletions
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);