diff options
Diffstat (limited to 'include/gras/top_block.hpp')
-rw-r--r-- | include/gras/top_block.hpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/gras/top_block.hpp b/include/gras/top_block.hpp index 2f0dc87..fadcefa 100644 --- a/include/gras/top_block.hpp +++ b/include/gras/top_block.hpp @@ -77,18 +77,6 @@ struct GRAS_API TopBlock : HierBlock */ virtual bool wait(const double timeout); - //! Deprecated - void start(const size_t max_items); - - //! Deprecated - void run(const size_t max_items); - - //! Deprecated - int max_noutput_items(void) const; - - //! Deprecated - void set_max_noutput_items(int max_items); - }; } //namespace gras |