summaryrefslogtreecommitdiffstats
path: root/ingen/Node.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Node.hpp')
-rw-r--r--ingen/Node.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/ingen/Node.hpp b/ingen/Node.hpp
index cde50f63..5f8e0bc6 100644
--- a/ingen/Node.hpp
+++ b/ingen/Node.hpp
@@ -57,9 +57,7 @@ public:
const Arcs& arcs() const { return _arcs; }
// Blocks and graphs only
- virtual uint32_t num_ports() const { return 0; }
- virtual Node* port(uint32_t index) const { return NULL; }
- virtual const Resource* plugin() const { return NULL; }
+ virtual const Resource* plugin() const { return NULL; }
// Plugin blocks only
virtual bool save_state(const std::string& dir) const { return false; }