summaryrefslogtreecommitdiff
path: root/src/gfx_func.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2009-06-20 15:25:28 +0000
committeralberth <alberth@openttd.org>2009-06-20 15:25:28 +0000
commit0aed5bf7d7558e209ea57e277a85c408176147b6 (patch)
tree0d85c08dedd08c755b3ff2f5ca2e3046e00f96c4 /src/gfx_func.h
parent8aa51823fca66887f21533e0de292faf6c907496 (diff)
downloadopenttd-0aed5bf7d7558e209ea57e277a85c408176147b6.tar.xz
(svn r16605) -Codechange: Move ASCII_LETTERSTART to the right source file.
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 1831f5696..dd7693f93 100644
--- a/src/gfx_func.h
+++ b/src/gfx_func.h
@@ -146,7 +146,6 @@ void SortResolutions(int count);
bool ToggleFullScreen(bool fs);
/* gfx.cpp */
-#define ASCII_LETTERSTART 32
extern FontSize _cur_fontsize;
byte GetCharacterWidth(FontSize size, uint32 key);