summaryrefslogtreecommitdiff
path: root/src/strings_type.h
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_type.h
parentb0603f4c2e3df439091e6dafb5063619b4a231c4 (diff)
downloadopenttd-ade9773080643b0250a7c3c06a90108e248d286a.tar.xz
(svn r18603) -Codechange: move getting the song name to music_gui.cpp
Diffstat (limited to 'src/strings_type.h')
-rw-r--r--src/strings_type.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/strings_type.h b/src/strings_type.h
index 91d42d0cb..cb355fb8c 100644
--- a/src/strings_type.h
+++ b/src/strings_type.h
@@ -84,7 +84,6 @@ enum SpecialStrings {
SPECSTR_ANDCO_NAME = 0x70E6,
SPECSTR_PRESIDENT_NAME = 0x70E7,
- SPECSTR_SONGNAME = 0x70E8,
/* reserve MAX_LANG strings for the *.lng files */
SPECSTR_LANGUAGE_START = 0x7100,