summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2019-03-04 19:49:39 +0100
committerPatric Stout <truebrain@openttd.org>2019-03-05 22:03:00 +0100
commitaa350528dfbfc8175f140202252cfdc6dbf46aa8 (patch)
treed55e6d3e879c38aa3d97eb61021e35b1b30f29ee /projects
parentf58db44ff22c07af984b2d513d24524594f660a7 (diff)
downloadopenttd-aa350528dfbfc8175f140202252cfdc6dbf46aa8.tar.xz
Remove: libtimidity support (NOT timidity support)
libtimidity was introduced with the support for PSP. PSP has been dropped almost a year ago, but this music driver was not. This corrects that oversight. timidity (via extmidi) still works fine. This purely removes the libtimidity support, which was only really available for PSP.
Diffstat (limited to 'projects')
-rwxr-xr-xprojects/generate1
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/generate b/projects/generate
index b7d7da26b..38a9e8e1f 100755
--- a/projects/generate
+++ b/projects/generate
@@ -138,7 +138,6 @@ load_main_data() {
if ($0 == "MSVC" && "'$os'" != "MSVC") { next; }
if ($0 == "DIRECTMUSIC" && "'$enable_directmusic'" != "1") { next; }
if ($0 == "FLUIDSYNTH" && "'$enable_fluidsynth'" != "1") { next; }
- if ($0 == "LIBTIMIDITY" && "'$libtimidity'" == "" ) { next; }
if ($0 == "HAVE_THREAD" && "'$with_threads'" == "0") { next; }
skip += 1;