aboutsummaryrefslogtreecommitdiff
path: root/src/makesymbol.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/makesymbol.c')
-rw-r--r--src/makesymbol.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/makesymbol.c b/src/makesymbol.c
index 98acd61..a3793f6 100644
--- a/src/makesymbol.c
+++ b/src/makesymbol.c
@@ -69,7 +69,6 @@ typedef char cstring[MAXSTRINGLENG];
static t_symbol* list2symbol(char *masque, int argc, t_atom *argv)
{
- // cstring buf[MAXSTRINGARGS];
cstring*buf=(cstring*)getbytes(MAXSTRINGARGS*sizeof(cstring));
cstring buffer;
int i;