summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-09-13 21:47:39 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-09-13 21:51:42 -0400
commit2b5b6e088567871e20ae24827da4a30197a4e8ff (patch)
treea74b8324cc45d07ae4c8c3a1b078734d8d0e2f48
parent93d9a2ceda132537ce6c47eafec6789c4daed2d7 (diff)
downloadgtk+-2b5b6e088567871e20ae24827da4a30197a4e8ff.tar.gz
Drop gtk_render_slider from headers
The function does not exist.
-rw-r--r--gtk/gtkrender.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gtk/gtkrender.h b/gtk/gtkrender.h
index 7e4b0b5f15..2d70770ece 100644
--- a/gtk/gtkrender.h
+++ b/gtk/gtkrender.h
@@ -95,14 +95,6 @@ void gtk_render_line (GtkStyleContext *context,
double x1,
double y1);
GDK_AVAILABLE_IN_ALL
-void gtk_render_slider (GtkStyleContext *context,
- cairo_t *cr,
- double x,
- double y,
- double width,
- double height,
- GtkOrientation orientation);
-GDK_AVAILABLE_IN_ALL
void gtk_render_handle (GtkStyleContext *context,
cairo_t *cr,
double x,