summaryrefslogtreecommitdiff
path: root/gtk/gtkrenderbackgroundprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2016-11-16 19:31:47 +0100
committerBenjamin Otte <otte@redhat.com>2016-11-16 19:31:47 +0100
commitc22a9a03f91d47dd729eee40990adee67134a688 (patch)
treeca31ce0603e80c86bb75ce56070c2292328ff9c6 /gtk/gtkrenderbackgroundprivate.h
parentbcf70e3a034cc615ad4fd600310d8bd767372157 (diff)
downloadgtk+-c22a9a03f91d47dd729eee40990adee67134a688.tar.gz
renderbackground: Remove unused functions
Diffstat (limited to 'gtk/gtkrenderbackgroundprivate.h')
-rw-r--r--gtk/gtkrenderbackgroundprivate.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/gtk/gtkrenderbackgroundprivate.h b/gtk/gtkrenderbackgroundprivate.h
index cb6ab5bc2f..ed931ab52a 100644
--- a/gtk/gtkrenderbackgroundprivate.h
+++ b/gtk/gtkrenderbackgroundprivate.h
@@ -36,17 +36,6 @@ void gtk_css_style_render_background (GtkCssStyle
gdouble width,
gdouble height,
GtkJunctionSides junction);
-gboolean gtk_css_style_render_background_is_opaque (GtkCssStyle *style);
-void gtk_css_style_add_background_render_nodes (GtkCssStyle *style,
- GskRenderer *renderer,
- GskRenderNode *parent_node,
- graphene_rect_t *bounds,
- const char *name,
- gdouble x,
- gdouble y,
- gdouble width,
- gdouble height,
- GtkJunctionSides junction);
void gtk_css_style_snapshot_background (GtkCssStyle *style,
GtkSnapshot *snapshot,
gdouble width,