diff options
author | Thomas O Fredericks <mrtof@users.sourceforge.net> | 2009-10-21 22:41:38 +0000 |
---|---|---|
committer | Thomas O Fredericks <mrtof@users.sourceforge.net> | 2009-10-21 22:41:38 +0000 |
commit | 337bc35c130e5490f047ab6f13e91e09a82bffc4 (patch) | |
tree | bc6877eefb8f80afc82d638463c49c77df005077 /src/paramCustom.c | |
parent | 99b0b62ca25ec04b1629691a3644fdc513a52924 (diff) |
Removed the updateGuis method
svn path=/trunk/externals/tof/; revision=12630
Diffstat (limited to 'src/paramCustom.c')
-rw-r--r-- | src/paramCustom.c | 1 |
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; |