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.h6
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).