From 784dc03a78dc338b45111ebdca45371dfaaa6fa9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 23 Feb 2010 18:45:26 +0000 Subject: Fix various code issues discovered by cppcheck. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2484 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/InputPort.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/engine/InputPort.hpp') 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 -- cgit v1.2.1