summaryrefslogtreecommitdiffstats
path: root/src/libs/client/NodeModel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/client/NodeModel.h')
-rw-r--r--src/libs/client/NodeModel.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/libs/client/NodeModel.h b/src/libs/client/NodeModel.h
index e251d8ad..a63932d9 100644
--- a/src/libs/client/NodeModel.h
+++ b/src/libs/client/NodeModel.h
@@ -83,13 +83,8 @@ protected:
bool m_polyphonic;
PortModelList m_ports; ///< List of ports (not a map to preserve order)
string m_plugin_uri; ///< Plugin URI (if PluginModel is unknown)
- SharedPtr<PluginModel> m_plugin; ///< The plugin this node is an instance of
+ SharedPtr<PluginModel> m_plugin; ///< The plugin this node is an instance of
map<int, map<int, string> > m_banks; ///< DSSI banks
-
-private:
- // Prevent copies (undefined)
- NodeModel(const NodeModel& copy);
- NodeModel& operator=(const NodeModel& copy);
};