summaryrefslogtreecommitdiff
path: root/src/strings.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-12-22 18:34:07 +0000
committerrubidium <rubidium@openttd.org>2009-12-22 18:34:07 +0000
commitade9773080643b0250a7c3c06a90108e248d286a (patch)
tree72657f5d807b6ce9bb9dcb1d07a9ea37b71e6bae /src/strings.cpp
parentb0603f4c2e3df439091e6dafb5063619b4a231c4 (diff)
downloadopenttd-ade9773080643b0250a7c3c06a90108e248d286a.tar.xz
(svn r18603) -Codechange: move getting the song name to music_gui.cpp
Diffstat (limited to 'src/strings.cpp')
-rw-r--r--src/strings.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/strings.cpp b/src/strings.cpp
index 2151ac7b7..135ec6d90 100644
--- a/src/strings.cpp
+++ b/src/strings.cpp
@@ -18,7 +18,6 @@
#include "waypoint_base.h"
#include "industry.h"
#include "newgrf_text.h"
-#include "music.h"
#include "fileio_func.h"
#include "group.h"
#include "signs_base.h"
@@ -1200,9 +1199,6 @@ static char *GetSpecialNameString(char *buff, int ind, int64 *argv, const char *
case 3: // President name
return GenPresidentName(buff, GetInt32(&argv), last);
-
- case 4: // song names
- return strecpy(buff, _origin_songs_specs[GetInt32(&argv) - 1].song_name, last);
}
/* town name? */