summaryrefslogtreecommitdiff
path: root/src/texteff.hpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-08-11 22:45:11 +0000
committerrubidium <rubidium@openttd.org>2008-08-11 22:45:11 +0000
commit31d69a49e87e1388c4cfdbccb7d256572283d308 (patch)
tree96b3b7c215db821df9b9268eb9af5a55ee1200ce /src/texteff.hpp
parent122f029b9387c0834fdc1e9b75c09abf6ebf024e (diff)
downloadopenttd-31d69a49e87e1388c4cfdbccb7d256572283d308.tar.xz
(svn r14047) -Codechange: move chatmessage handling to the network directory as that's the only case chat messages are used. Furthermore remove any trace of chatmessages when compiling without network support.
Diffstat (limited to 'src/texteff.hpp')
-rw-r--r--src/texteff.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/texteff.hpp b/src/texteff.hpp
index 36692a49a..7b59def8c 100644
--- a/src/texteff.hpp
+++ b/src/texteff.hpp
@@ -26,11 +26,6 @@ void DrawTextEffects(DrawPixelInfo *dpi);
void UpdateTextEffect(TextEffectID effect_id, StringID msg);
void RemoveTextEffect(TextEffectID effect_id);
-void InitChatMessage();
-void DrawChatMessage();
-void CDECL AddChatMessage(uint16 color, uint8 duration, const char *message, ...);
-void UndrawChatMessage();
-
/* misc_gui.cpp */
TextEffectID ShowFillingPercent(int x, int y, int z, uint8 percent, StringID color);
void UpdateFillingPercent(TextEffectID te_id, uint8 percent, StringID color);