summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libunix.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-03-31 02:35:05 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-03-31 22:17:43 +0200
commit586997c4f116517b34a7d752fcc7780d83af81b8 (patch)
treeb97b0aa904addf37fb5745145e31198159556408 /crawl-ref/source/libunix.h
parent9c0a425e56f3c7b337c0a0276d26de2d8f38cfbf (diff)
downloadcrawl-ref-586997c4f116517b34a7d752fcc7780d83af81b8.tar.gz
crawl-ref-586997c4f116517b34a7d752fcc7780d83af81b8.zip
Get rid of remaining uses of putch().
One was actually wrong, too -- mangling redefined explosions.
Diffstat (limited to 'crawl-ref/source/libunix.h')
-rw-r--r--crawl-ref/source/libunix.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/libunix.h b/crawl-ref/source/libunix.h
index e4ee0de221..6b3d7e91ac 100644
--- a/crawl-ref/source/libunix.h
+++ b/crawl-ref/source/libunix.h
@@ -28,7 +28,6 @@ int gotoxy_sys(int x, int y);
void fakecursorxy(int x, int y);
extern "C" char *itoa(int value, char *strptr, int radix);
int kbhit(void);
-int putch(unsigned char chr);
int putwch(unsigned chr);
void put_colour_ch(int colour, unsigned ch);
int wherex(void);