aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTorbjörn Andersson2009-03-01 12:08:56 +0000
committerTorbjörn Andersson2009-03-01 12:08:56 +0000
commitb2cffb1364ee0e4065cb14abcf8c98eff7c08fab (patch)
tree4ab25312ed98012eef58d91bbc46d00d06029dc0 /configure
parent82e4168d47488f88330a05ba11f376d27ecc6035 (diff)
downloadscummvm-rg350-b2cffb1364ee0e4065cb14abcf8c98eff7c08fab.tar.gz
scummvm-rg350-b2cffb1364ee0e4065cb14abcf8c98eff7c08fab.tar.bz2
scummvm-rg350-b2cffb1364ee0e4065cb14abcf8c98eff7c08fab.zip
Don't use the words "MPEG" and "Broken Sword" in the same sentence. Ever.
svn-id: r39034
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure14
1 files changed, 0 insertions, 14 deletions
diff --git a/configure b/configure
index 8302ef95eb..04c798d484 100755
--- a/configure
+++ b/configure
@@ -538,20 +538,6 @@ get_subengines_build_string() {
}
# Engine specific build strings
-get_sword1_build_string() {
- if test $2 != no ; then
- if test "$_mpeg2" = yes ; then
- echo "(w/ mpeg2 cutscenes)"
- else
- echo "(without mpeg2 cutscenes)"
- fi
- fi
-}
-
-get_sword2_build_string() {
- get_sword1_build_string $1 $2
-}
-
get_scumm_build_string() {
if test `get_engine_build $1` != no ; then
if test $2 != no ; then