From bbec2793593ff1e06349c7d40c1b5139f6c1bfcd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 7 Dec 2011 18:33:00 +0000 Subject: Remove cruft from public API. git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@3828 a436a847-0d15-0410-975c-d299462d15a1 --- ganv/Canvas.hpp | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'ganv/Canvas.hpp') diff --git a/ganv/Canvas.hpp b/ganv/Canvas.hpp index 91427bf..aa6cb95 100644 --- a/ganv/Canvas.hpp +++ b/ganv/Canvas.hpp @@ -74,24 +74,6 @@ public: void select_all(); - /** - Add @a item to the current selection. - All edges between selected items will be automatically selected. - */ - void select_item(Node* item); - - /** Unselect @c item. */ - void unselect_item(Node* item); - - /** Unselect all ports. */ - void unselect_ports(); - - /** Select @c c. */ - void select_edge(Edge* e); - - /** Unselect @c c. */ - void unselect_edge(Edge* c); - RW_PROPERTY(gboolean, locked); /** Return the current zoom factor (pixels per unit). */ -- cgit v1.2.1