From a1e97211b02cc1cd9509617cd3452d731ad7b512 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 21 Sep 2007 04:01:33 +0000 Subject: Reimplement menu system to be picturey, glade loaded, heirarchial, code reusey, etc. Patch port polyphony toggling. git-svn-id: http://svn.drobilla.net/lad/ingen@745 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/gui/Port.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/libs/gui/Port.hpp') diff --git a/src/libs/gui/Port.hpp b/src/libs/gui/Port.hpp index 5925860d..8da6ce49 100644 --- a/src/libs/gui/Port.hpp +++ b/src/libs/gui/Port.hpp @@ -38,7 +38,7 @@ namespace GUI { class Port : public FlowCanvas::Port { public: - Port(boost::shared_ptr module, SharedPtr pm, bool flip = false, bool destroyable = false); + Port(boost::shared_ptr module, SharedPtr pm, bool flip=false); virtual ~Port() {} @@ -51,7 +51,6 @@ private: void metadata_update(const string& key, const Raul::Atom& value); - void on_menu_destroy(); void renamed(); SharedPtr _port_model; -- cgit v1.2.1