summaryrefslogtreecommitdiffstats
path: root/src/ganv-private.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-12-31 00:02:43 +0000
committerDavid Robillard <d@drobilla.net>2013-12-31 00:02:43 +0000
commit176839c67d92ffa4207d9aeddba5573c388d5c62 (patch)
treed1993a045336d102d376440afc6b2e1354496c24 /src/ganv-private.h
parent8a9ac26d6ac67a3636b2f763eb252f9ad4f8b61a (diff)
downloadganv-176839c67d92ffa4207d9aeddba5573c388d5c62.tar.gz
ganv-176839c67d92ffa4207d9aeddba5573c388d5c62.tar.bz2
ganv-176839c67d92ffa4207d9aeddba5573c388d5c62.zip
Fix incorrect port offsets.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5232 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/ganv-private.h')
-rw-r--r--src/ganv-private.h3
1 files changed, 0 insertions, 3 deletions
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);