summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libconsole.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-12-02 03:12:24 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-12-02 12:41:07 +0100
commit71fce99aeca22434565f7d905e5255bbfde39178 (patch)
tree526ad70ba8165b0e8479bb52ada196586d8b06ac /crawl-ref/source/libconsole.h
parent4d8a9aa4d283e10a3f8f348fe059f699609eb16d (diff)
downloadcrawl-ref-71fce99aeca22434565f7d905e5255bbfde39178.tar.gz
crawl-ref-71fce99aeca22434565f7d905e5255bbfde39178.zip
Remove redundant platform specific display flushing.
It's already done in update_screen() anyway.
Diffstat (limited to 'crawl-ref/source/libconsole.h')
-rw-r--r--crawl-ref/source/libconsole.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/libconsole.h b/crawl-ref/source/libconsole.h
index 6cae321515..25ff842e38 100644
--- a/crawl-ref/source/libconsole.h
+++ b/crawl-ref/source/libconsole.h
@@ -17,7 +17,6 @@ void gotoxy_sys(int x, int y);
void textcolor(int c);
void textbackground(int c);
void cprintf(const char *format, ...);
-bool set_buffering(bool value);
int wherex(void);
int wherey(void);