aboutsummaryrefslogtreecommitdiff
path: root/src/paramCustom.c
diff options
context:
space:
mode:
authorThomas O Fredericks <mrtof@users.sourceforge.net>2009-10-21 22:41:38 +0000
committerThomas O Fredericks <mrtof@users.sourceforge.net>2009-10-21 22:41:38 +0000
commit337bc35c130e5490f047ab6f13e91e09a82bffc4 (patch)
treebc6877eefb8f80afc82d638463c49c77df005077 /src/paramCustom.c
parent99b0b62ca25ec04b1629691a3644fdc513a52924 (diff)
Removed the updateGuis method
svn path=/trunk/externals/tof/; revision=12630
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;