summaryrefslogtreecommitdiff
path: root/lib/gras_impl/block_actor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gras_impl/block_actor.hpp')
-rw-r--r--lib/gras_impl/block_actor.hpp3
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 ---------//