aboutsummaryrefslogtreecommitdiff
path: root/src/paramCustom.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/paramCustom.c')
-rw-r--r--src/paramCustom.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/paramCustom.c b/src/paramCustom.c
index 8be3360..c1cddda 100644
--- a/src/paramCustom.c
+++ b/src/paramCustom.c
@@ -142,7 +142,6 @@ static void* paramCustom_new(t_symbol *s, int ac, t_atom *av)
x->param = param_register(x,root,path,\
NULL,\
(t_paramSaveMethod) paramCustom_save,\
- NULL,\
NULL);
if (!x->param) return NULL;