aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sciv
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/sciv')
-rw-r--r--engines/sci/sciv15
1 files changed, 0 insertions, 15 deletions
diff --git a/engines/sci/sciv b/engines/sci/sciv
deleted file mode 100644
index 0a33725ce0..0000000000
--- a/engines/sci/sciv
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-echo -------------------------[Depreciation warning]--------------------------------
-echo Using \'sciv\' to start FreeSCI is deprecated and will not be supported in future
-echo versions of FreeSCI. Instead, use the \'freesci\' binary.
-echo -------------------------------------------------------------------------------
-sleep 3
-
-freesci $@
-
-echo -------------------------[Depreciation warning]--------------------------------
-echo Using \'sciv\' to start FreeSCI is deprecated and will not be supported in future
-echo versions of FreeSCI. Instead, use the \'freesci\' binary.
-echo -------------------------------------------------------------------------------
-