From b1406a0e09b0cb27032ade94c58d9a471086b89a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 7 Oct 2007 19:59:13 +0000 Subject: Remove DSSI. git-svn-id: http://svn.drobilla.net/lad/ingen@838 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/client/NodeModel.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/libs/client/NodeModel.hpp') diff --git a/src/libs/client/NodeModel.hpp b/src/libs/client/NodeModel.hpp index 080d8f4c..1df7f35e 100644 --- a/src/libs/client/NodeModel.hpp +++ b/src/libs/client/NodeModel.hpp @@ -51,8 +51,6 @@ public: SharedPtr get_port(const string& port_name) const; - const Table >& get_programs() const { return _banks; } - const string& plugin_uri() const { return _plugin_uri; } SharedPtr plugin() const { return _plugin; } uint32_t num_ports() const { return _ports.size(); } @@ -84,7 +82,6 @@ protected: PortModelList _ports; ///< List of ports (not a Table to preserve order) string _plugin_uri; ///< Plugin URI (if PluginModel is unknown) SharedPtr _plugin; ///< The plugin this node is an instance of - Table > _banks; ///< DSSI banks }; -- cgit v1.2.1