summaryrefslogtreecommitdiffstats
path: root/ganv/canvas-base.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-12 19:41:48 +0000
committerDavid Robillard <d@drobilla.net>2011-12-12 19:41:48 +0000
commit08267ca1df0861f7606ae49f5c66136ec9ddfa6e (patch)
treef2d93931aaad5761f310ed4acbb20aa815c599e5 /ganv/canvas-base.h
parent12c55defa28dd75ff91522c797ca9004061e5b2f (diff)
downloadganv-08267ca1df0861f7606ae49f5c66136ec9ddfa6e.tar.gz
ganv-08267ca1df0861f7606ae49f5c66136ec9ddfa6e.tar.bz2
ganv-08267ca1df0861f7606ae49f5c66136ec9ddfa6e.zip
Remove unused coverage method of Item class.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@3859 a436a847-0d15-0410-975c-d299462d15a1
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.