aboutsummaryrefslogtreecommitdiff
path: root/pd/portaudio_v18/fixfile.bat
diff options
context:
space:
mode:
authorMiller Puckette <millerpuckette@users.sourceforge.net>2005-12-31 01:32:12 +0000
committerMiller Puckette <millerpuckette@users.sourceforge.net>2005-12-31 01:32:12 +0000
commitfe8aa4ce5e8eebc1c6f762f4fc40328718a13e22 (patch)
tree90aabb628eeade33b37c3fe967557ca9b27ead62 /pd/portaudio_v18/fixfile.bat
parent65a1b98552d7c6a93aedfb7c9b5d83f9038227cb (diff)
Deleted unused (?) files
svn path=/trunk/; revision=4318
Diffstat (limited to 'pd/portaudio_v18/fixfile.bat')
-rw-r--r--pd/portaudio_v18/fixfile.bat7
1 files changed, 0 insertions, 7 deletions
diff --git a/pd/portaudio_v18/fixfile.bat b/pd/portaudio_v18/fixfile.bat
deleted file mode 100644
index 48f6fbc2..00000000
--- a/pd/portaudio_v18/fixfile.bat
+++ /dev/null
@@ -1,7 +0,0 @@
-rem Use Astyle to fix style in a file
-fixlines -p %1%
-astyle --style=ansi -c -o --convert-tabs --indent-preprocessor %1%
-del %1%.orig
-@rem convert line terminators to Unix style LFs
-fixlines -u %1%
-del %1%.bak