From a07a3a6218471e5f301515b31032d92b0b900d4e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 19 Dec 2013 03:42:30 +0000 Subject: FDGL: Improve flow-directed layout. Allow apps to specify nodes as sources to improve layout. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5186 a436a847-0d15-0410-975c-d299462d15a1 --- src/PatchageModule.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/PatchageModule.hpp') diff --git a/src/PatchageModule.hpp b/src/PatchageModule.hpp index 23a5f4a..c46cc2c 100644 --- a/src/PatchageModule.hpp +++ b/src/PatchageModule.hpp @@ -57,9 +57,6 @@ public: protected: bool on_event(GdkEvent* ev); - void add_port(Ganv::Port* port); - void remove_port(Ganv::Port* port); - Patchage* _app; Gtk::Menu* _menu; std::string _name; -- cgit v1.2.1