From 24eb14824c9346ca227a7296cb3f620bcf148410 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 16 Nov 2008 20:10:32 +0000 Subject: Hide subpatch module ports on destruction (fix ticket #254). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1730 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/PatchPortModule.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/gui/PatchPortModule.hpp') diff --git a/src/gui/PatchPortModule.hpp b/src/gui/PatchPortModule.hpp index eec1b2c4..5e655e3e 100644 --- a/src/gui/PatchPortModule.hpp +++ b/src/gui/PatchPortModule.hpp @@ -51,8 +51,6 @@ class PatchPortModule : public FlowCanvas::Module public: static boost::shared_ptr create(boost::shared_ptr canvas, SharedPtr port); - - virtual ~PatchPortModule() {} virtual void store_location(); @@ -69,7 +67,6 @@ protected: SharedPtr _port; PortMenu* _menu; - SharedPtr _patch_port; ///< Port on this 'anonymous' module }; -- cgit v1.2.1