From ef9d844916bf70100b21e42bb3218dbeb938e333 Mon Sep 17 00:00:00 2001 From: musil Date: Fri, 7 Sep 2012 11:20:12 +0000 Subject: changed 0.0f to 0.0 svn path=/trunk/externals/iem/iem_tab/; revision=16200 --- src/tab_const.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/tab_const.c') diff --git a/src/tab_const.c b/src/tab_const.c index 461f950..7d846a3 100644 --- a/src/tab_const.c +++ b/src/tab_const.c @@ -44,7 +44,7 @@ static void tab_const_bang(t_tab_const *x) t_garray *a; for(i=0; ix_obj.ob_outlet); a = (t_garray *)pd_findbyclass(x->x_sym_dst, garray_class); garray_redraw(a); @@ -156,5 +156,4 @@ void tab_const_setup(void) class_addfloat(tab_const_class, (t_method)tab_const_float); class_addlist(tab_const_class, (t_method)tab_const_list); class_addmethod(tab_const_class, (t_method)tab_const_dst, gensym("dst"), A_DEFSYMBOL, 0); -// class_sethelpsymbol(tab_const_class, gensym("iemhelp2/tab_const-help")); } -- cgit v1.2.1