From 08e71ba8ae72f333f017c25168b9ec85ea5954fa Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sun, 10 Oct 2010 00:39:50 +0200 Subject: gnome-canvas: Remove CanvasItem->coverage vfunc declaration It's unused. --- libgnomecanvas/gnome-canvas.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libgnomecanvas') diff --git a/libgnomecanvas/gnome-canvas.h b/libgnomecanvas/gnome-canvas.h index bc11df3b62..864f9e649f 100644 --- a/libgnomecanvas/gnome-canvas.h +++ b/libgnomecanvas/gnome-canvas.h @@ -164,9 +164,6 @@ struct _GnomeCanvasItemClass { /* Destroy item; called inside GObject's dispose of the base class */ void (* destroy) (GnomeCanvasItem *item); - /* Return the microtile coverage of the item */ - ArtUta *(* coverage) (GnomeCanvasItem *item); - /* Draw an item of this type. (x, y) are the upper-left canvas pixel * coordinates of the drawable, a temporary pixmap, where things get * drawn. (width, height) are the dimensions of the drawable. -- cgit v1.2.3