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 21cf3372..44f82370 100644 --- a/src/engine/InputPort.hpp +++ b/src/engine/InputPort.hpp @@ -78,7 +78,6 @@ public: bool is_input() const { return true; } bool is_output() const { return false; } - bool is_silent() const; protected: size_t _num_connections; ///< Pre-process thread |