From a186c7faeac2f46ba9e24cce3bc2296ee5f7c942 Mon Sep 17 00:00:00 2001 From: Thomas O Fredericks Date: Thu, 22 Oct 2009 01:26:47 +0000 Subject: Made paramGui only re-build the gui when requested svn path=/trunk/externals/tof/; revision=12632 --- src/paramCustom.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/paramCustom.c') diff --git a/src/paramCustom.c b/src/paramCustom.c index c1cddda..4f6c9c2 100644 --- a/src/paramCustom.c +++ b/src/paramCustom.c @@ -139,10 +139,8 @@ 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); + x->param = param_register(x,root,path, NULL,\ + (t_paramSaveMethod) paramCustom_save,NULL); if (!x->param) return NULL; -- cgit v1.2.1