diff options
author | Benjamin Otte <otte@redhat.com> | 2010-10-10 06:39:50 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-10-30 01:49:59 +0800 |
commit | 08e71ba8ae72f333f017c25168b9ec85ea5954fa (patch) | |
tree | 9e6085cd84c6f113a5a897678207d5e9d25f3523 | |
parent | 6798b256cd3a74c5bbd76071d1073b628d740ca9 (diff) | |
download | gsoc2013-evolution-08e71ba8ae72f333f017c25168b9ec85ea5954fa.tar gsoc2013-evolution-08e71ba8ae72f333f017c25168b9ec85ea5954fa.tar.gz gsoc2013-evolution-08e71ba8ae72f333f017c25168b9ec85ea5954fa.tar.bz2 gsoc2013-evolution-08e71ba8ae72f333f017c25168b9ec85ea5954fa.tar.lz gsoc2013-evolution-08e71ba8ae72f333f017c25168b9ec85ea5954fa.tar.xz gsoc2013-evolution-08e71ba8ae72f333f017c25168b9ec85ea5954fa.tar.zst gsoc2013-evolution-08e71ba8ae72f333f017c25168b9ec85ea5954fa.zip |
gnome-canvas: Remove CanvasItem->coverage vfunc declaration
It's unused.
-rw-r--r-- | libgnomecanvas/gnome-canvas.h | 3 |
1 files changed, 0 insertions, 3 deletions
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. |