diff options
author | Thomas O Fredericks <mrtof@users.sourceforge.net> | 2009-10-25 14:07:04 +0000 |
---|---|---|
committer | Thomas O Fredericks <mrtof@users.sourceforge.net> | 2009-10-25 14:07:04 +0000 |
commit | e6d36d808bebfabbb4c11bf46f0c80acb5e35a6a (patch) | |
tree | 11cf74002f8dd46461380c8bb024cfd84bd20ca8 /src/paramCustom.h | |
parent | e2377f078623cb33813ba4f5acb56adeb9d119aa (diff) |
Removed unused arguments in tof.h
svn path=/trunk/externals/tof/; revision=12672
Diffstat (limited to 'src/paramCustom.h')
-rw-r--r-- | src/paramCustom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/paramCustom.h b/src/paramCustom.h index b8c8ee7..134782a 100644 --- a/src/paramCustom.h +++ b/src/paramCustom.h @@ -132,7 +132,7 @@ static void* paramCustom_new(t_symbol *s, int ac, t_atom *av) t_symbol* root = tof_get_dollarzero(tof_get_root_canvas(canvas)); // FIND THE NO PRESET TAG: /nps - x->nopresets = tof_find_tag('/',gensym("/nps"), ac-1, av+1); + x->nopresets = tof_find_symbol(gensym("/nps"), ac-1, av+1); |