From 569c13dc8e3bbce6c4a78f967754e1afe301f4d8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 30 May 2022 22:39:18 -0400 Subject: Remove unused member --- src/jalv.c | 1 - src/jalv_internal.h | 1 - 2 files changed, 2 deletions(-) (limited to 'src') diff --git a/src/jalv.c b/src/jalv.c index c241f93..aa782b3 100644 --- a/src/jalv.c +++ b/src/jalv.c @@ -828,7 +828,6 @@ jalv_select_custom_ui(const Jalv* const jalv) int jalv_open(Jalv* const jalv, int* argc, char*** argv) { - jalv->prog_name = (*argv)[0]; jalv->block_length = 4096; // Should be set by backend jalv->midi_buf_size = 1024; // Should be set by backend jalv->play_state = JALV_PAUSED; diff --git a/src/jalv_internal.h b/src/jalv_internal.h index 68dabf5..5a33bf5 100644 --- a/src/jalv_internal.h +++ b/src/jalv_internal.h @@ -67,7 +67,6 @@ struct JalvImpl { JalvNodes nodes; ///< Nodes JalvLog log; ///< Log for error/warning/debug messages LV2_Atom_Forge forge; ///< Atom forge - const char* prog_name; ///< Program name (argv[0]) LilvWorld* world; ///< Lilv World LV2_URID_Map map; ///< URI => Int map LV2_URID_Unmap unmap; ///< Int => URI map -- cgit v1.2.1