diff options
Diffstat (limited to 'src/server/GraphObjectImpl.cpp')
-rw-r--r-- | src/server/GraphObjectImpl.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/server/GraphObjectImpl.cpp b/src/server/GraphObjectImpl.cpp index 334a8caa..f4677e4f 100644 --- a/src/server/GraphObjectImpl.cpp +++ b/src/server/GraphObjectImpl.cpp @@ -37,18 +37,6 @@ GraphObjectImpl::GraphObjectImpl(Ingen::Shared::LV2URIMap& uris, { } -void -GraphObjectImpl::add_meta_property(const Raul::URI& key, const Atom& value) -{ - add_property(key, Resource::Property(value, Resource::INTERNAL)); -} - -void -GraphObjectImpl::set_meta_property(const Raul::URI& key, const Atom& value) -{ - set_property(key, Resource::Property(value, Resource::INTERNAL)); -} - const Atom& GraphObjectImpl::get_property(const Raul::URI& key) const { |