summaryrefslogtreecommitdiff
path: root/lib/topology_handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/topology_handler.cpp')
-rw-r--r--lib/topology_handler.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/topology_handler.cpp b/lib/topology_handler.cpp
index 4f12619..f0a8b21 100644
--- a/lib/topology_handler.cpp
+++ b/lib/topology_handler.cpp
@@ -30,10 +30,6 @@ void BlockActor::handle_topology(
//call notify_topology on block before committing settings
this->block_ptr->notify_topology(num_inputs, num_outputs);
- //fill the item sizes per port
- resize_fill_back(this->input_items_sizes, num_inputs);
- resize_fill_back(this->output_items_sizes, num_outputs);
-
//resize and fill port properties
resize_fill_back(this->input_configs, num_inputs);
resize_fill_back(this->output_configs, num_outputs);