diff options
Diffstat (limited to 'lib/gras_impl/block_data.hpp')
-rw-r--r-- | lib/gras_impl/block_data.hpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/gras_impl/block_data.hpp b/lib/gras_impl/block_data.hpp index cbc657e..d6af53d 100644 --- a/lib/gras_impl/block_data.hpp +++ b/lib/gras_impl/block_data.hpp @@ -18,13 +18,6 @@ namespace gras { -typedef boost::shared_ptr<PropertyRegistry> PropertyRegistrySptr; -struct PropertyRegistryPair -{ - PropertyRegistrySptr setter; - PropertyRegistrySptr getter; -}; - enum BlockState { BLOCK_STATE_INIT, @@ -80,9 +73,6 @@ struct BlockData std::vector<std::vector<OutputHintMessage> > output_allocation_hints; - //property stuff - std::map<std::string, PropertyRegistryPair> property_registry; - BlockStats stats; }; |