summaryrefslogtreecommitdiff
path: root/source.list
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 /source.list
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 'source.list')
-rw-r--r--source.list4
1 files changed, 0 insertions, 4 deletions
diff --git a/source.list b/source.list
index 22d647dbb..5bc395a84 100644
--- a/source.list
+++ b/source.list
@@ -403,7 +403,6 @@ zoom_type.h
music/bemidi.h
music/cocoa_m.h
music/extmidi.h
-music/libtimidity.h
music/fluidsynth.h
music/os2_m.h
music/qtmidi.h
@@ -1120,9 +1119,6 @@ music/midifile.cpp
#if HAIKU
music/bemidi.cpp
#end
-#if LIBTIMIDITY
- music/libtimidity.cpp
-#end
#if FLUIDSYNTH
music/fluidsynth.cpp
#end