From 635cf8f91b2405dec530ac813d02a7440c3c836b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 13 Dec 2011 21:38:09 +0000 Subject: Remove ganv_item_raise and ganv_item_lower. git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@3869 a436a847-0d15-0410-975c-d299462d15a1 --- ganv/canvas-base.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'ganv') diff --git a/ganv/canvas-base.h b/ganv/canvas-base.h index bca4951..a6abe5f 100644 --- a/ganv/canvas-base.h +++ b/ganv/canvas-base.h @@ -175,16 +175,6 @@ void ganv_item_set_valist(GanvItem* item, /* Move an item by the specified amount */ void ganv_item_move(GanvItem* item, double dx, double dy); -/* Raise an item in the z-order of its parent group by the specified number of - * positions. - */ -void ganv_item_raise(GanvItem* item, int positions); - -/* Lower an item in the z-order of its parent group by the specified number of - * positions. - */ -void ganv_item_lower(GanvItem* item, int positions); - /* Raise an item to the top of its parent group's z-order. */ void ganv_item_raise_to_top(GanvItem* item); -- cgit v1.2.1