diff options
author | rubidium <rubidium@openttd.org> | 2013-06-24 18:39:19 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2013-06-24 18:39:19 +0000 |
commit | 7c0f34130c5ee2292ca62ee3b1c10edeb2583d45 (patch) | |
tree | be32879bf1836b51d90305a1d09a7efb305da800 /src/table | |
parent | 8197a3ea2a0dd597f56d8d3cce3d13d9786c26d4 (diff) | |
download | openttd-7c0f34130c5ee2292ca62ee3b1c10edeb2583d45.tar.xz |
(svn r25454) -Remove/Fix/Cleanup: SETX(Y) does not work at all with other than default fonts, so get rid of it
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/control_codes.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/table/control_codes.h b/src/table/control_codes.h index 50233d5f6..2c616ab9d 100644 --- a/src/table/control_codes.h +++ b/src/table/control_codes.h @@ -27,8 +27,6 @@ enum StringControlCode { SCC_ENCODED = SCC_CONTROL_START, /* Display control codes */ - SCC_SETX, - SCC_SETXY, SCC_TINYFONT, ///< Switch to small font SCC_BIGFONT, ///< Switch to large font |