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 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