summaryrefslogtreecommitdiffstats
path: root/development/Amaya/wrapper.amaya
diff options
context:
space:
mode:
Diffstat (limited to 'development/Amaya/wrapper.amaya')
-rw-r--r--development/Amaya/wrapper.amaya11
1 files changed, 0 insertions, 11 deletions
diff --git a/development/Amaya/wrapper.amaya b/development/Amaya/wrapper.amaya
deleted file mode 100644
index 4f9c6f7ed2..0000000000
--- a/development/Amaya/wrapper.amaya
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-#
-# Script to launchs amaya_bin
-# Irene Vatton, 2007
-#
-
-AMAYA_INSTALLDIR="Amaya"
-PREFIX=/opt
-AMAYAGUI="wx"
-
-env XLIB_SKIP_ARGB_VISUALS=1 G_SLICE="always-malloc" $PREFIX/$AMAYA_INSTALLDIR/$AMAYAGUI/bin/amaya_bin ${1+$@}