diff options
author | David Robillard <d@drobilla.net> | 2011-12-13 17:22:32 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-12-13 17:22:32 +0000 |
commit | 57f9b27ac0c908df698ad91a851a283aa950597a (patch) | |
tree | b466167d2245e70232a8e1c946780d61d37bda7b /ganv | |
parent | 6f0bb9fe84fba3b671970d56d42495ee53cc614e (diff) | |
download | ganv-57f9b27ac0c908df698ad91a851a283aa950597a.tar.gz ganv-57f9b27ac0c908df698ad91a851a283aa950597a.tar.bz2 ganv-57f9b27ac0c908df698ad91a851a283aa950597a.zip |
Remove ganv_canvas_base_request_redraw_uta.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@3864 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ganv')
-rw-r--r-- | ganv/canvas-base.h | 6 |
1 files changed, 0 insertions, 6 deletions
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). |