summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libw32c.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-09-19 17:02:33 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-09-19 17:20:04 +0200
commitc06bb0543518fe61abd215b88ff758ae626a4129 (patch)
tree9f679ec2407e2d83cbe642126d810da4d18f65a2 /crawl-ref/source/libw32c.cc
parent12fd65966922741bd06a9cffee555f89b53932bf (diff)
downloadcrawl-ref-c06bb0543518fe61abd215b88ff758ae626a4129.tar.gz
crawl-ref-c06bb0543518fe61abd215b88ff758ae626a4129.zip
Remove a bad unimplemented stub. Fortunately, it had a wrong prototype.
Diffstat (limited to 'crawl-ref/source/libw32c.cc')
-rw-r--r--crawl-ref/source/libw32c.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/crawl-ref/source/libw32c.cc b/crawl-ref/source/libw32c.cc
index dc693dc230..0cad3ab295 100644
--- a/crawl-ref/source/libw32c.cc
+++ b/crawl-ref/source/libw32c.cc
@@ -954,10 +954,4 @@ int get_number_of_cols()
return (screensize.X);
}
-int ftruncate(int fp, int size)
-{
- ASSERT(false); // unimplemented
- return 0;
-}
-
#endif /* #if defined(TARGET_OS_WINDOWS) && !defined(USE_TILE) */