From 8e94c5613d2eafe23f5225da05060b1bfb2c1b80 Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@monsoon.(none)> Date: Fri, 21 Oct 2011 13:18:01 -0400 Subject: [PATCH] Removed redundant todo file --- src/ todo | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/ todo diff --git a/src/ todo b/src/ todo deleted file mode 100644 index 829257e89..000000000 --- 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 */ -}; -- GitLab