summaryrefslogtreecommitdiff
path: root/gtk/gtkrenderborderprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkrenderborderprivate.h')
-rw-r--r--gtk/gtkrenderborderprivate.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/gtk/gtkrenderborderprivate.h b/gtk/gtkrenderborderprivate.h
index b9f94cf37c..c0bed70854 100644
--- a/gtk/gtkrenderborderprivate.h
+++ b/gtk/gtkrenderborderprivate.h
@@ -29,19 +29,12 @@
G_BEGIN_DECLS
-gboolean gtk_css_style_render_has_border (GtkCssStyle *style);
void gtk_css_style_render_border (GtkCssStyle *style,
cairo_t *cr,
gdouble x,
gdouble y,
gdouble width,
gdouble height);
-gboolean gtk_css_style_render_border_get_clip (GtkCssStyle *style,
- gdouble x,
- gdouble y,
- gdouble width,
- gdouble height,
- GdkRectangle *out_clip) G_GNUC_WARN_UNUSED_RESULT;
void gtk_css_style_snapshot_border (GtkCssStyle *style,
GtkSnapshot *snapshot,
gdouble width,
@@ -58,13 +51,6 @@ void gtk_css_style_snapshot_outline (GtkCssStyle
GtkSnapshot *snapshot,
gdouble width,
gdouble height);
-gboolean gtk_css_style_render_outline_get_clip (GtkCssStyle *style,
- gdouble x,
- gdouble y,
- gdouble width,
- gdouble height,
- GdkRectangle *out_clip) G_GNUC_WARN_UNUSED_RESULT;
-
G_END_DECLS