summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libgui.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/libgui.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/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 aa1ddba578..b7a95e2dd6 100644
--- a/crawl-ref/source/libgui.h
+++ b/crawl-ref/source/libgui.h
@@ -37,7 +37,6 @@ int get_number_of_cols(void);
void _setcursortype(int curstype);
void textbackground(int bg);
void textcolor(int col);
-int putch(unsigned char chr);
int putwch(ucs_t chr);
void put_colour_ch(int colour, ucs_t ch);