aboutsummaryrefslogtreecommitdiff
path: root/externals/build/src/ibfft~.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-08-27 22:27:30 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-08-27 22:27:30 +0000
commit238cd24e9a5870bff39d7775c6b4d1f9eef58219 (patch)
tree9883c4649b4bac1404e22bf36ba549eb094f0d24 /externals/build/src/ibfft~.c
parentcf36888cc96443083ec137b18a9b18cd76a0e6fb (diff)
merged in relevant changes from the v0-40 pd-extended release branch
svn path=/trunk/; revision=10266
Diffstat (limited to 'externals/build/src/ibfft~.c')
-rw-r--r--externals/build/src/ibfft~.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/externals/build/src/ibfft~.c b/externals/build/src/ibfft~.c
deleted file mode 100644
index 56412aa1..00000000
--- a/externals/build/src/ibfft~.c
+++ /dev/null
@@ -1,9 +0,0 @@
-/*
- * hack to work around my lack of Windows linking knowledge
- * <hans@at.or.at>
- */
-#ifdef WIN32
-#include "../../../pd/src/d_fft_mayer.c"
-#endif
-
-#include "../../creb/modules/bfft~.c"