summaryrefslogtreecommitdiff
path: root/audio/libvisual0.2-plugins/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'audio/libvisual0.2-plugins/patches/patch-ab')
-rw-r--r--audio/libvisual0.2-plugins/patches/patch-ab19
1 files changed, 0 insertions, 19 deletions
diff --git a/audio/libvisual0.2-plugins/patches/patch-ab b/audio/libvisual0.2-plugins/patches/patch-ab
deleted file mode 100644
index d1f47b65903..00000000000
--- a/audio/libvisual0.2-plugins/patches/patch-ab
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2006/07/03 23:31:04 wiz Exp $
-
---- plugins/actor/pseudotoad_flower/notch.c.orig Thu Jun 16 22:50:58 2005
-+++ plugins/actor/pseudotoad_flower/notch.c Thu Jun 16 22:52:05 2005
-@@ -25,12 +25,13 @@
- #include <stdio.h>
- #include <math.h>
- #include <string.h>
-+#include <stdlib.h>
-
- #include "notch.h"
-
- NOTCH_FILTER * init_notch(float cutoff) {
- NOTCH_FILTER * l=malloc(sizeof(NOTCH_FILTER));
-- float steep = 0.99;;
-+ float steep = 0.99;
- float r = steep * 0.99609375;
- float f = cos(M_PI * cutoff / SAMPLING_RATE);
- l->cutoff = cutoff;