From 494aa8dba1de779536213b94aaee33adfce474ee Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 4 Aug 2022 16:26:58 -0400 Subject: [PATCH] Remove unused URIDs These also had the wrong case: case is relevant here, classes are uppercase, other things (properties and instances) are lowercase. However, they seem to be entirely unused now, so simply remove them instead of fixing this. --- libs/ardour/lv2_plugin.cc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libs/ardour/lv2_plugin.cc b/libs/ardour/lv2_plugin.cc index ce3f4e343a..e77e104ec9 100644 --- a/libs/ardour/lv2_plugin.cc +++ b/libs/ardour/lv2_plugin.cc @@ -204,12 +204,6 @@ public: LilvNode* bufz_nominalBlockLength; LilvNode* bufz_coarseBlockLength; -#ifdef HAVE_LV2_1_10_0 - LilvNode* atom_int; - LilvNode* atom_float; - LilvNode* atom_object; // new in 1.8 - LilvNode* atom_vector; -#endif #ifdef LV2_EXTENDED LilvNode* lv2_noSampleAccurateCtrl; LilvNode* routing_connectAllOutputs; // lv2:optionalFeature