summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cio.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-05-15 09:15:36 +0200
committerRobert Vollmert <rvollmert@gmx.net>2010-05-15 09:25:54 +0200
commit033a6bb56be09bff1867051e16af8781ebbe3ebb (patch)
treea2d523a67193cab089ce1084abaf9cfc7ee37fa2 /crawl-ref/source/cio.h
parentcc30ee9fb6de771f686bbe18f0a1d9c836a4608c (diff)
downloadcrawl-ref-033a6bb56be09bff1867051e16af8781ebbe3ebb.tar.gz
crawl-ref-033a6bb56be09bff1867051e16af8781ebbe3ebb.zip
Get rid of get_input_line.
It's not used anymore, and was buggy on windows console.
Diffstat (limited to 'crawl-ref/source/cio.h')
-rw-r--r--crawl-ref/source/cio.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/cio.h b/crawl-ref/source/cio.h
index 8c70cb64b7..5afae9406b 100644
--- a/crawl-ref/source/cio.h
+++ b/crawl-ref/source/cio.h
@@ -49,8 +49,6 @@ int m_getch();
int unmangle_direction_keys(int keyin, KeymapContext keymap = KMC_DEFAULT,
bool fake_ctrl = true, bool fake_shift = true);
-void get_input_line( char *const buff, int len );
-
int nowrapcprintf( int wrapcol, const char *s, ... );
int nowrap_eol_cprintf( const char *s, ... );