From 176839c67d92ffa4207d9aeddba5573c388d5c62 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 31 Dec 2013 00:02:43 +0000 Subject: Fix incorrect port offsets. git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5232 a436a847-0d15-0410-975c-d299462d15a1 --- src/ganv-private.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/ganv-private.h') diff --git a/src/ganv-private.h b/src/ganv-private.h index 5540898..1bbdddd 100644 --- a/src/ganv-private.h +++ b/src/ganv-private.h @@ -203,9 +203,6 @@ ganv_item_i2w_offset(GanvItem* item, double* px, double* py); void ganv_item_i2w_pair(GanvItem* item, double* x1, double* y1, double* x2, double* y2); -gboolean -ganv_item_move_update(GanvItem* item, double dx, double dy, gboolean update); - void ganv_item_invoke_update(GanvItem* item, int flags); -- cgit v1.2.1