diff options
Diffstat (limited to 'lib/block.cpp')
-rw-r--r-- | lib/block.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/block.cpp b/lib/block.cpp index ce94c76..3719b24 100644 --- a/lib/block.cpp +++ b/lib/block.cpp @@ -195,11 +195,6 @@ void Block::get_tags_in_range( } } -static int mylround(double x) -{ - return int(x + 0.5); -} - void Block::forecast( int noutput_items, std::vector<int> &ninput_items_required |