summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libw32c.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/libw32c.h
parentc4124e3d91afade784ed3368f43a924d7a7b6be8 (diff)
downloadcrawl-ref-12fd65966922741bd06a9cffee555f89b53932bf.tar.gz
crawl-ref-12fd65966922741bd06a9cffee555f89b53932bf.zip
Remove an unused (and unimplemented!) function.
Diffstat (limited to 'crawl-ref/source/libw32c.h')
-rw-r--r--crawl-ref/source/libw32c.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/libw32c.h b/crawl-ref/source/libw32c.h
index 26619ca0d0..c770db16f9 100644
--- a/crawl-ref/source/libw32c.h
+++ b/crawl-ref/source/libw32c.h
@@ -32,7 +32,6 @@ bool set_buffering(bool value);
int get_console_string(char *buf, int maxlen);
void print_timings(void);
-void window(int x, int y, int lx, int ly);
int wherex(void);
int wherey(void);
void putch(char c);