aboutsummaryrefslogtreecommitdiff
path: root/src/tabread4~~.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tabread4~~.c')
-rw-r--r--src/tabread4~~.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/tabread4~~.c b/src/tabread4~~.c
index d150afa..a1a4f34 100644
--- a/src/tabread4~~.c
+++ b/src/tabread4~~.c
@@ -23,17 +23,6 @@
static t_class *tabread4_tilde_class;
-#ifdef Z_USE_WORD_ARRAYS
-# define zarray_t t_word
-# define zarray_getarray garray_getfloatwords
-# define zarray_getfloat(pointer, index) (pointer[index].w_float)
-#else
-# define zarray_t t_float
-# define zarray_getarray garray_getfloatarray
-# define zarray_getfloat(pointer, index) (pointer[index])
-#endif
-
-
typedef struct _tabread4_tilde
{
t_object x_obj;