summaryrefslogtreecommitdiffstats
path: root/ganv
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-07 18:33:00 +0000
committerDavid Robillard <d@drobilla.net>2011-12-07 18:33:00 +0000
commitbbec2793593ff1e06349c7d40c1b5139f6c1bfcd (patch)
tree3205d9d76e23175b095c8840cb023d47fc4a3084 /ganv
parentf6eea7bc7aaca5afea1f8cc8c80ccd5fbccc2deb (diff)
downloadganv-bbec2793593ff1e06349c7d40c1b5139f6c1bfcd.tar.gz
ganv-bbec2793593ff1e06349c7d40c1b5139f6c1bfcd.tar.bz2
ganv-bbec2793593ff1e06349c7d40c1b5139f6c1bfcd.zip
Remove cruft from public API.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@3828 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ganv')
-rw-r--r--ganv/Canvas.hpp18
1 files changed, 0 insertions, 18 deletions
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). */