From e6d36d808bebfabbb4c11bf46f0c80acb5e35a6a Mon Sep 17 00:00:00 2001 From: Thomas O Fredericks Date: Sun, 25 Oct 2009 14:07:04 +0000 Subject: Removed unused arguments in tof.h svn path=/trunk/externals/tof/; revision=12672 --- src/tof.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tof.h') diff --git a/src/tof.h b/src/tof.h index f6d2eba..48ed597 100644 --- a/src/tof.h +++ b/src/tof.h @@ -11,8 +11,8 @@ -char tof_buf_temp_a[MAXPDSTRING]; -char tof_buf_temp_b[MAXPDSTRING]; +static char tof_buf_temp_a[MAXPDSTRING]; +static char tof_buf_temp_b[MAXPDSTRING]; /* @@ -203,7 +203,7 @@ static int tof_next_tagged_argument(char tag, int ac, t_atom *av, int* ac_a, t_a -static int tof_find_tag(char tag, t_symbol* name, int ac, t_atom* av) { +static int tof_find_symbol(t_symbol* name, int ac, t_atom* av) { int i; for (i=0; i