From 337bc35c130e5490f047ab6f13e91e09a82bffc4 Mon Sep 17 00:00:00 2001 From: Thomas O Fredericks Date: Wed, 21 Oct 2009 22:41:38 +0000 Subject: Removed the updateGuis method svn path=/trunk/externals/tof/; revision=12630 --- src/paramCustom.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/paramCustom.c') 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; -- cgit v1.2.1