summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libgui.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-09-19 16:56:28 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-09-19 17:20:04 +0200
commit12fd65966922741bd06a9cffee555f89b53932bf (patch)
treeb0ebc6bb17d9aea3803428e19f95817c66cd46fe /crawl-ref/source/libgui.h
parentc4124e3d91afade784ed3368f43a924d7a7b6be8 (diff)
downloadcrawl-ref-12fd65966922741bd06a9cffee555f89b53932bf.tar.gz
crawl-ref-12fd65966922741bd06a9cffee555f89b53932bf.zip
Remove an unused (and unimplemented!) function.
Diffstat (limited to 'crawl-ref/source/libgui.h')
-rw-r--r--crawl-ref/source/libgui.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/libgui.h b/crawl-ref/source/libgui.h
index 603731398b..b840337b98 100644
--- a/crawl-ref/source/libgui.h
+++ b/crawl-ref/source/libgui.h
@@ -51,8 +51,6 @@ inline void enable_smart_cursor(bool) { }
inline bool is_smart_cursor_enabled() { return false; }
-int window(int x1, int y1, int x2, int y2);
-
extern "C" int getch();
int getch_ck();
int clrscr();