# HG changeset patch # User mathieub # Date 1318856874 -3600 # Node ID eb741b4e8d21e6507972d317d9e93bbbf9dd6942 # Parent 45e3ba1d5a1f8bf4accfd420ddb5fcaae5e06bf1 Remove the qutomatic updating of Vamp plugin RDF description files using netwoek access for the library edition diff -r 45e3ba1d5a1f -r eb741b4e8d21 rdf/RDFFeatureWriter.cpp --- a/rdf/RDFFeatureWriter.cpp Tue Oct 11 11:14:38 2011 +0100 +++ b/rdf/RDFFeatureWriter.cpp Mon Oct 17 14:07:54 2011 +0100 @@ -75,10 +75,11 @@ p.hasArg = true; pl.push_back(p); - p.name = "network"; - p.description = "Attempt to retrieve RDF descriptions of plugins from network, if not available locally"; - p.hasArg = false; - pl.push_back(p); + //mathieub: remove this functionality for the library edition + //p.name = "network"; + //p.description = "Attempt to retrieve RDF descriptions of plugins from network, if not available locally"; + //p.hasArg = false; + //pl.push_back(p); return pl; } @@ -102,9 +103,10 @@ if (i->first == "maker-uri") { m_userMakerUri = i->second.c_str(); } - if (i->first == "network") { - m_network = true; - } + //mathieub: remove this functionality for the library edition + //if (i->first == "network") { + // m_network = true; + //} } }