From f8f7439031b92bb9e50a3c036c647f95be8bbb00 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 3 Jul 2013 18:37:57 -0700 Subject: gras: use the base class settings calls to cleanup code --- lib/gras_impl/block_actor.hpp | 3 --- 1 file changed, 3 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 840e8c2..9a5c7b8 100644 --- a/lib/gras_impl/block_actor.hpp +++ b/lib/gras_impl/block_actor.hpp @@ -102,9 +102,6 @@ struct BlockActor : Theron::Actor { data->block->work(data->input_items, data->output_items); } - - //property stuff - PMCC prop_access_dispatcher(const std::string &key, const PMCC &value, const bool set); }; //-------------- common functions from this BlockActor class ---------// -- cgit