aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/jalv_console.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/jalv_console.c b/src/jalv_console.c
index e12b050..07e97c6 100644
--- a/src/jalv_console.c
+++ b/src/jalv_console.c
@@ -69,9 +69,6 @@ jalv_ui_port_event(ZIX_UNUSED Jalv* jalv,
int
jalv_init(int* argc, char*** argv, JalvOptions* opts)
{
- opts->controls = (char**)malloc(sizeof(char*));
- opts->controls[0] = NULL;
-
int n_controls = 0;
int a = 1;
for (; a < *argc && (*argv)[a][0] == '-'; ++a) {