diff --git a/src/ todo b/src/ todo deleted file mode 100644 index 829257e899ebdff1ec9339ca45b85de902a42f2a..0000000000000000000000000000000000000000 --- a/src/ todo +++ /dev/null @@ -1,16 +0,0 @@ -fix going outside boundaries -fix drawing when using const or drawing at the threshold - -struct _garray -{ - t_gobj x_gobj; - t_scalar *x_scalar; /* scalar "containing" the array */ - t_glist *x_glist; /* containing glist */ - t_symbol *x_name; /* unexpanded name (possibly with leading '$') */ - t_symbol *x_realname; /* expanded name (symbol we're bound to) */ - char x_usedindsp; /* true if some DSP routine is using this */ - char x_saveit; /* true if we should save this with parent */ - char x_listviewing; /* true if list view window is open */ - char x_hidename; /* don't print name above graph */ - t_symbol *x_send; /* send_changed hook */ -};