diff options
author | Josh Blum | 2013-07-03 18:37:57 -0700 |
---|---|---|
committer | Josh Blum | 2013-07-03 18:37:57 -0700 |
commit | f8f7439031b92bb9e50a3c036c647f95be8bbb00 (patch) | |
tree | 6821cdabef006babda5e65c32185453c4b1d0810 /lib/gras_impl | |
parent | 1f8d397eb2ac57af561c60eb9adc6fd73826beb0 (diff) | |
download | sandhi-f8f7439031b92bb9e50a3c036c647f95be8bbb00.tar.gz sandhi-f8f7439031b92bb9e50a3c036c647f95be8bbb00.tar.bz2 sandhi-f8f7439031b92bb9e50a3c036c647f95be8bbb00.zip |
gras: use the base class settings calls to cleanup code
Diffstat (limited to 'lib/gras_impl')
-rw-r--r-- | lib/gras_impl/block_actor.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
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 ---------// |