summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontextprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2014-06-10 20:18:37 +0200
committerBenjamin Otte <otte@redhat.com>2014-06-11 01:18:04 +0200
commit4a6957f50df96d9493c4a3058c5631a8894eea66 (patch)
tree4f56bae788b0688367df65aada36e97df3a57293 /gtk/gtkstylecontextprivate.h
parente51e8a28dd2b62f4c7e6327313500ece928db591 (diff)
downloadgtk+-4a6957f50df96d9493c4a3058c5631a8894eea66.tar.gz
stylecontext: Remove state from _peek_style_property()
It evaluates to "current state" in all cases, so no need to special case it.
Diffstat (limited to 'gtk/gtkstylecontextprivate.h')
-rw-r--r--gtk/gtkstylecontextprivate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkstylecontextprivate.h b/gtk/gtkstylecontextprivate.h
index 1fbe2695f6..5c1b240a41 100644
--- a/gtk/gtkstylecontextprivate.h
+++ b/gtk/gtkstylecontextprivate.h
@@ -36,7 +36,6 @@ GtkCssValue * _gtk_style_context_peek_property (GtkStyleContext *c
guint property_id);
const GValue * _gtk_style_context_peek_style_property (GtkStyleContext *context,
GType widget_type,
- GtkStateFlags state,
GParamSpec *pspec);
void _gtk_style_context_validate (GtkStyleContext *context,
gint64 timestamp,