diff options
Diffstat (limited to 'lib/block.cpp')
-rw-r--r-- | lib/block.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/block.cpp b/lib/block.cpp index 6bbdcd8..39939cb 100644 --- a/lib/block.cpp +++ b/lib/block.cpp @@ -30,7 +30,6 @@ Block::Block(const std::string &name): { this->set_history(0); this->set_output_multiple(1); - this->set_input_inline(0, true); this->set_fixed_rate(true); this->set_relative_rate(1.0); this->set_tag_propagation_policy(TPP_ALL_TO_ALL); |