summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libgui.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-05-01 19:16:02 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-05-01 20:15:13 +0200
commitf5be6fcaf885a59092cff4828fe8fe8f661fed28 (patch)
tree23b514e65faac089e0a013d1ed822676d4a62230 /crawl-ref/source/libgui.h
parentb413922f74dbf2f5dbaae38f8c6f184529c008eb (diff)
downloadcrawl-ref-f5be6fcaf885a59092cff4828fe8fe8f661fed28.tar.gz
crawl-ref-f5be6fcaf885a59092cff4828fe8fe8f661fed28.zip
Get rid of itoa().
Even worse, it had two redundant implementations.
Diffstat (limited to 'crawl-ref/source/libgui.h')
-rw-r--r--crawl-ref/source/libgui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/libgui.h b/crawl-ref/source/libgui.h
index b784566363..76fd4cd093 100644
--- a/crawl-ref/source/libgui.h
+++ b/crawl-ref/source/libgui.h
@@ -58,7 +58,6 @@ bool kbhit();
#ifdef UNIX
extern "C" char *strlwr(char *str);
-int itoa(int value, char *strptr, int radix);
#endif
#endif // USE_TILE