summaryrefslogtreecommitdiffstats
path: root/ganv/canvas-base.h
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/canvas-base.h')
-rw-r--r--ganv/canvas-base.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ganv/canvas-base.h b/ganv/canvas-base.h
index e859fb7..33e995e 100644
--- a/ganv/canvas-base.h
+++ b/ganv/canvas-base.h
@@ -129,9 +129,6 @@ struct _GanvItemClass {
/* Unmap an item */
void (* unmap)(GanvItem* item);
- /* Return the microtile coverage of the item */
- ArtUta* (*coverage)(GanvItem * 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.