diff options
-rw-r--r-- | src/jalv.c | 1 | ||||
-rw-r--r-- | src/jalv_internal.h | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -880,7 +880,6 @@ main(int argc, char** argv) jalv.nodes.midi_MidiEvent = lilv_new_uri(world, LV2_MIDI__MidiEvent); jalv.nodes.pset_Preset = lilv_new_uri(world, LV2_PRESETS__Preset); jalv.nodes.rdfs_label = lilv_new_uri(world, LILV_NS_RDFS "label"); - jalv.nodes.state_state = lilv_new_uri(world, LV2_STATE__state); jalv.nodes.work_interface = lilv_new_uri(world, LV2_WORKER__interface); jalv.nodes.work_schedule = lilv_new_uri(world, LV2_WORKER__schedule); jalv.nodes.end = NULL; diff --git a/src/jalv_internal.h b/src/jalv_internal.h index 8859093..b8bf649 100644 --- a/src/jalv_internal.h +++ b/src/jalv_internal.h @@ -127,7 +127,6 @@ typedef struct { LilvNode* midi_MidiEvent; LilvNode* pset_Preset; LilvNode* rdfs_label; - LilvNode* state_state; LilvNode* work_interface; LilvNode* work_schedule; LilvNode* end; ///< NULL terminator for easy freeing of entire structure |