From 57f9b27ac0c908df698ad91a851a283aa950597a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 13 Dec 2011 17:22:32 +0000 Subject: Remove ganv_canvas_base_request_redraw_uta. git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@3864 a436a847-0d15-0410-975c-d299462d15a1 --- ganv/canvas-base.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ganv') diff --git a/ganv/canvas-base.h b/ganv/canvas-base.h index 80afc8c..1543841 100644 --- a/ganv/canvas-base.h +++ b/ganv/canvas-base.h @@ -480,12 +480,6 @@ void ganv_canvas_base_update_now(GanvCanvasBase* canvas); */ GanvItem* ganv_canvas_base_get_item_at(GanvCanvasBase* canvas, double x, double y); -/* For use only by item type implementations. Request that the canvas eventually - * redraw the specified region. The region is specified as a microtile - * array. This function takes over responsibility for freeing the uta argument. - */ -void ganv_canvas_base_request_redraw_uta(GanvCanvasBase* canvas, ArtUta* uta); - /* For use only by item type implementations. Request that the canvas * eventually redraw the specified region, specified in canvas pixel * coordinates. The region contains (x1, y1) but not (x2, y2). -- cgit v1.2.1