aboutsummaryrefslogtreecommitdiff
path: root/pd/src/d_arithmetic.c
diff options
context:
space:
mode:
Diffstat (limited to 'pd/src/d_arithmetic.c')
-rw-r--r--pd/src/d_arithmetic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pd/src/d_arithmetic.c b/pd/src/d_arithmetic.c
index 47eb25c5..adbcfb15 100644
--- a/pd/src/d_arithmetic.c
+++ b/pd/src/d_arithmetic.c
@@ -482,7 +482,6 @@ t_int *over_perf8(t_int *w)
return (w+5);
}
-/* T.Grill - added check for zero */
t_int *scalarover_perform(t_int *w)
{
t_float *in = (t_float *)(w[1]);