From efee2b08f575e2c216cffa6f08a928223ab2cedb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 12 Jun 2006 04:48:20 +0000 Subject: Store memory bug fixes (multiple ref ptr's to the same object, bad), control panel fixes git-svn-id: http://svn.drobilla.net/lad/grauph@32 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/client/NodeModel.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/libs/client/NodeModel.h') diff --git a/src/libs/client/NodeModel.h b/src/libs/client/NodeModel.h index 05df5ed5..1b79905a 100644 --- a/src/libs/client/NodeModel.h +++ b/src/libs/client/NodeModel.h @@ -33,7 +33,6 @@ using std::cout; using std::cerr; using std::endl; namespace LibOmClient { -class PatchModel; class PluginModel; @@ -71,8 +70,6 @@ public: float y() const { return m_y; } void y(float a) { m_y = a; } - PatchModel* parent_patch() const { return (PatchModel*)m_parent; } - // Signals sigc::signal > new_port_sig; -- cgit v1.2.1