summaryrefslogtreecommitdiff
path: root/src/gfx_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2013-06-24 18:39:19 +0000
committerrubidium <rubidium@openttd.org>2013-06-24 18:39:19 +0000
commit7c0f34130c5ee2292ca62ee3b1c10edeb2583d45 (patch)
treebe32879bf1836b51d90305a1d09a7efb305da800 /src/gfx_func.h
parent8197a3ea2a0dd597f56d8d3cce3d13d9786c26d4 (diff)
downloadopenttd-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/gfx_func.h')
-rw-r--r--src/gfx_func.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gfx_func.h b/src/gfx_func.h
index 3dcba4497..88d6e9336 100644
--- a/src/gfx_func.h
+++ b/src/gfx_func.h
@@ -105,7 +105,6 @@ enum StringAlignment {
SA_CENTER = SA_HOR_CENTER | SA_VERT_CENTER, ///< Center both horizontally and vertically.
SA_FORCE = 1 << 4, ///< Force the alignment, i.e. don't swap for RTL languages.
- SA_STRIP = 1 << 5, ///< Strip the SETX/SETXY commands from the string
};
DECLARE_ENUM_AS_BIT_SET(StringAlignment)