aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/jalv.c1
-rw-r--r--src/jalv_internal.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/jalv.c b/src/jalv.c
index 78623b8..e258355 100644
--- a/src/jalv.c
+++ b/src/jalv.c
@@ -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