diff options
Diffstat (limited to 'src/engine/InputPort.hpp')
-rw-r--r-- | src/engine/InputPort.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine/InputPort.hpp b/src/engine/InputPort.hpp index 2617882f..6eca20f4 100644 --- a/src/engine/InputPort.hpp +++ b/src/engine/InputPort.hpp @@ -71,7 +71,6 @@ public: void post_process(ProcessContext& context); bool is_connected() const { return (_connections.size() > 0); } - //bool is_connected_to(const OutputPort* port) const; bool is_input() const { return true; } bool is_output() const { return false; } |