diff options
author | frosch <frosch@openttd.org> | 2014-01-12 17:59:27 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2014-01-12 17:59:27 +0000 |
commit | bc86bf9b12ba513e33aeab8a5ff7203009ba2d87 (patch) | |
tree | e15687ae6ab96daa8ca2db6fc1cce10238fa6e5c /src/table | |
parent | 9ad173c9ccc5e223c4d326837ffae3aa6d7cb9ff (diff) | |
download | openttd-bc86bf9b12ba513e33aeab8a5ff7203009ba2d87.tar.xz |
(svn r26237) -Cleanup: Remove unused SCC_STRING_ID.
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/control_codes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/table/control_codes.h b/src/table/control_codes.h index 2c616ab9d..feb4c975f 100644 --- a/src/table/control_codes.h +++ b/src/table/control_codes.h @@ -85,7 +85,6 @@ enum StringControlCode { SCC_HEX, SCC_BYTES, - SCC_STRING_ID, SCC_RAW_STRING_POINTER, SCC_PLURAL_LIST, SCC_GENDER_LIST, |