summaryrefslogtreecommitdiffstats
path: root/graphics/Alchemy/files/alchemyOpenGL
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/Alchemy/files/alchemyOpenGL')
-rw-r--r--graphics/Alchemy/files/alchemyOpenGL9
1 files changed, 0 insertions, 9 deletions
diff --git a/graphics/Alchemy/files/alchemyOpenGL b/graphics/Alchemy/files/alchemyOpenGL
deleted file mode 100644
index b9f354a5f9..0000000000
--- a/graphics/Alchemy/files/alchemyOpenGL
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-#cd `dirname $0`
-cd /usr/share/Alchemy
-if [ -n "$JAVA_HOME" ]; then
- $JAVA_HOME/bin/java -client -Xmx256m -Dsun.java2d.opengl=true -jar ./Alchemy.jar $*
-else
- java -client -Xmx256m -Dsun.java2d.opengl=true -jar ./Alchemy.jar $*
-fi
-cd $OLDPWD