removed bitmaps files that are not needed any more
[xboard.git] / bitmaps / unsigned.sh
diff --git a/bitmaps/unsigned.sh b/bitmaps/unsigned.sh
deleted file mode 100644 (file)
index 338ded7..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#! /bin/csh
-
-foreach file ($*)
-  mv $file ${file}.old$$ && \
-  sed -e 's/static char/static unsigned char/' < $file.old$$ > $file && \
-  rm ${file}.old$$
-end
-