From f07fdbc4b6bc65846438b4923ee3d265ab87a970 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 25 Feb 2013 03:16:25 -0800 Subject: gras: work on new port config API combined item size config into port config removed set/get, its just a set by reference, this simplified a lot of client code Commit call will apply the changes at runtime. --- lib/gras_impl/block_actor.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/gras_impl/block_actor.hpp') diff --git a/lib/gras_impl/block_actor.hpp b/lib/gras_impl/block_actor.hpp index ba69567..8bea03c 100644 --- a/lib/gras_impl/block_actor.hpp +++ b/lib/gras_impl/block_actor.hpp @@ -122,8 +122,6 @@ struct BlockActor : Apology::Worker } //per port properties - std::vector input_items_sizes; - std::vector output_items_sizes; std::vector input_configs; std::vector output_configs; -- cgit