summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libw32c.cc
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.cc
parentc4124e3d91afade784ed3368f43a924d7a7b6be8 (diff)
downloadcrawl-ref-12fd65966922741bd06a9cffee555f89b53932bf.tar.gz
crawl-ref-12fd65966922741bd06a9cffee555f89b53932bf.zip
Remove an unused (and unimplemented!) function.
Diffstat (limited to 'crawl-ref/source/libw32c.cc')
-rw-r--r--crawl-ref/source/libw32c.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/crawl-ref/source/libw32c.cc b/crawl-ref/source/libw32c.cc
index 52b234f691..dc693dc230 100644
--- a/crawl-ref/source/libw32c.cc
+++ b/crawl-ref/source/libw32c.cc
@@ -604,15 +604,6 @@ void cprintf(const char *format, ...)
va_end(argp);
}
-void window(int x, int y, int lx, int ly)
-{
- // do nothing
- UNUSED( x );
- UNUSED( y );
- UNUSED( lx );
- UNUSED( ly );
-}
-
int wherex(void)
{
return cx+1;