summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontext.h
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2018-06-18 15:25:25 +0200
committerTimm Bäder <mail@baedert.org>2018-06-18 17:35:03 +0200
commit218b39fe01db01a23a1173f500f3c6c42bed97bf (patch)
tree57cdbb6855527d7af7e33a8c39b9791ec503d11b /gtk/gtkstylecontext.h
parent70c8cfa480db12ae515853fa88309a9272299c7f (diff)
downloadgtk+-218b39fe01db01a23a1173f500f3c6c42bed97bf.tar.gz
GtkStyleContext: Remove the frame clock
It's unused within GtkStyleContext.
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r--gtk/gtkstylecontext.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h
index bfe513067f..0f349ff368 100644
--- a/gtk/gtkstylecontext.h
+++ b/gtk/gtkstylecontext.h
@@ -1019,12 +1019,6 @@ GDK_AVAILABLE_IN_ALL
GdkDisplay *gtk_style_context_get_display (GtkStyleContext *context);
GDK_AVAILABLE_IN_ALL
-void gtk_style_context_set_frame_clock (GtkStyleContext *context,
- GdkFrameClock *frame_clock);
-GDK_AVAILABLE_IN_ALL
-GdkFrameClock *gtk_style_context_get_frame_clock (GtkStyleContext *context);
-
-GDK_AVAILABLE_IN_ALL
gboolean gtk_style_context_lookup_color (GtkStyleContext *context,
const gchar *color_name,
GdkRGBA *color);