diff options
author | Benjamin Otte <otte@redhat.com> | 2010-10-08 21:50:18 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-10-30 01:49:58 +0800 |
commit | 6c5699c895af9b0211ab0b3d83be57b49336ac29 (patch) | |
tree | 2ec75eba10af53987b3997157f638ae842c4023c /libgnomecanvas/gnome-canvas-util.h | |
parent | bac4bdb7a564c248b6a09e417da8098455ecdb62 (diff) | |
download | gsoc2013-evolution-6c5699c895af9b0211ab0b3d83be57b49336ac29.tar.gz gsoc2013-evolution-6c5699c895af9b0211ab0b3d83be57b49336ac29.tar.zst gsoc2013-evolution-6c5699c895af9b0211ab0b3d83be57b49336ac29.zip |
gnome-canvas: Remove GnomeCanvasBuf
It's not used anymore.
Diffstat (limited to 'libgnomecanvas/gnome-canvas-util.h')
-rw-r--r-- | libgnomecanvas/gnome-canvas-util.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libgnomecanvas/gnome-canvas-util.h b/libgnomecanvas/gnome-canvas-util.h index 5ba0481399..1c43b65596 100644 --- a/libgnomecanvas/gnome-canvas-util.h +++ b/libgnomecanvas/gnome-canvas-util.h @@ -99,9 +99,6 @@ void gnome_canvas_get_butt_points (gdouble x1, gdouble y1, gdouble x2, gdouble y */ gdouble gnome_canvas_polygon_to_point (gdouble *poly, gint num_points, gdouble x, gdouble y); -/* Render the svp over the buf. */ -void gnome_canvas_render_svp (GnomeCanvasBuf *buf, ArtSVP *svp, guint32 rgba); - /* Sets the svp to the new value, requesting repaint on what's changed. This function takes responsibility for * freeing new_svp. */ @@ -138,9 +135,6 @@ void gnome_canvas_item_request_redraw_svp (GnomeCanvasItem *item, const ArtSVP * /* Sets the bbox to the new value, requesting full repaint. */ void gnome_canvas_update_bbox (GnomeCanvasItem *item, gint x1, gint y1, gint x2, gint y2); -/* Ensure that the buffer is in RGB format, suitable for compositing. */ -void gnome_canvas_buf_ensure_buf (GnomeCanvasBuf *buf); - /* Convert from GDK line join specifier to libart. */ ArtPathStrokeJoinType gnome_canvas_join_gdk_to_art (GdkJoinStyle gdk_join); |