From 4085309cdb07f011756a9ab90047037ef9ad8f20 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 18 Oct 2011 13:18:47 +0000 Subject: make Stateful::_id private and provide appropriate methods to set it, and use them throughout ardour git-svn-id: svn://localhost/ardour2/branches/3.0@10222 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/lxvst_plugin.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs/ardour/lxvst_plugin.cc') diff --git a/libs/ardour/lxvst_plugin.cc b/libs/ardour/lxvst_plugin.cc index 26136b4589..21bfdb42f5 100755 --- a/libs/ardour/lxvst_plugin.cc +++ b/libs/ardour/lxvst_plugin.cc @@ -366,10 +366,8 @@ LXVSTPlugin::load_user_preset (PresetRecord r) XMLNode* root = t->root (); for (XMLNodeList::const_iterator i = root->children().begin(); i != root->children().end(); ++i) { - XMLProperty* uri = (*i)->property (X_("uri")); XMLProperty* label = (*i)->property (X_("label")); - assert (uri); assert (label); if (label->value() != r.label) { -- cgit v1.2.3