1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-19 23:21:33 +01:00

Update lilv, lv2, serd, sord, sratom, and add suil.

This commit is contained in:
yam
2015-04-07 23:19:22 -05:00
parent f88b27e6d8
commit 57fb87e96d
1460 changed files with 64512 additions and 10876 deletions

View File

@@ -473,10 +473,8 @@ public:
inline World& world() const { return _world; }
private:
World& _world;
Node _base;
SerdWriter* _writer;
size_t _next_blank_id;
World& _world;
Node _base;
};
/** Create an empty in-memory RDF model.
@@ -488,7 +486,6 @@ Model::Model(World& world,
bool graphs)
: _world(world)
, _base(world, Node::URI, base_uri)
, _writer(NULL)
{
_c_obj = sord_new(_world.world(), indices, graphs);
}