mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-14 09:26:30 +01:00
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.
This commit is contained in:
parent
916fc4a2ee
commit
98524c9bfb
1 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue