diff options
Diffstat (limited to 'lib/gras_impl')
-rw-r--r-- | lib/gras_impl/block_data.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gras_impl/block_data.hpp b/lib/gras_impl/block_data.hpp index 664ee5a..cbc657e 100644 --- a/lib/gras_impl/block_data.hpp +++ b/lib/gras_impl/block_data.hpp @@ -18,7 +18,6 @@ namespace gras { -typedef boost::shared_ptr<FunctionRegistry> FunctionRegistrySptr; typedef boost::shared_ptr<PropertyRegistry> PropertyRegistrySptr; struct PropertyRegistryPair { @@ -83,7 +82,6 @@ struct BlockData //property stuff std::map<std::string, PropertyRegistryPair> property_registry; - std::map<std::string, FunctionRegistrySptr> function_registry; BlockStats stats; }; |