summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libgui.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-12-07 21:38:32 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-12-07 21:42:37 +0100
commit013438cf6ce2806fec26e7535a0a0b5085f3973f (patch)
tree0d95cb966149eeb0fc6f177ce28e6e04718d0e2e /crawl-ref/source/libgui.cc
parent389bb3b9bce97d135307b650eb95d3ea1ad1e557 (diff)
downloadcrawl-ref-013438cf6ce2806fec26e7535a0a0b5085f3973f.tar.gz
crawl-ref-013438cf6ce2806fec26e7535a0a0b5085f3973f.zip
Remove message window handling from lib*.{cc,h}
They haven't been remimplemented outside these yet.
Diffstat (limited to 'crawl-ref/source/libgui.cc')
-rw-r--r--crawl-ref/source/libgui.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/crawl-ref/source/libgui.cc b/crawl-ref/source/libgui.cc
index e14baa2896..f71778eabd 100644
--- a/crawl-ref/source/libgui.cc
+++ b/crawl-ref/source/libgui.cc
@@ -312,21 +312,11 @@ int clrscr()
return 0;
}
-void message_out(int *which_line, int colour, const char *s, int firstcol)
-{
- tiles.message_out(which_line, colour, s, firstcol);
-}
-
void cgotoxy(int x, int y, int region)
{
tiles.cgotoxy(x, y, region);
}
-void clear_message_window()
-{
- tiles.clear_message_window();
-}
-
void delay(int ms)
{
tiles.redraw();