aboutsummaryrefslogtreecommitdiff
path: root/src/mtx_slice.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mtx_slice.c')
-rw-r--r--src/mtx_slice.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mtx_slice.c b/src/mtx_slice.c
index 7dc1042..58e6db2 100644
--- a/src/mtx_slice.c
+++ b/src/mtx_slice.c
@@ -45,7 +45,6 @@ static void mTXSliceIndexList (MTXslice *mtx_slice_obj, t_symbol *s,
int stopcol;
int stoprow;
t_symbol *endsym = gensym("end");
- t_atom *list_out = mtx_slice_obj->list_out;
if (argc<4) {
post("mtx_slice: invalid index vector: <startrow><startcol><stoprow><stopcol>");