aboutsummaryrefslogtreecommitdiff
path: root/src/sort.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sort.c')
-rw-r--r--src/sort.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sort.c b/src/sort.c
index 2fe067f..eff1e36 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -79,7 +79,6 @@ static void sort_list(t_sort *x, t_symbol *s, int argc, t_atom *argv)
t_int *idx;
int i, loops = 1;
- ZEXY_USEVAR(s);
sort_buffer(x, argc, argv);
buf = x->buffer;
@@ -88,7 +87,6 @@ static void sort_list(t_sort *x, t_symbol *s, int argc, t_atom *argv)
while (step > 1) {
step = (step % 2)?(step+1)/2:step/2;
- // i = loops++;
i = loops;
loops += 2;