summaryrefslogtreecommitdiffstats
path: root/osdep/terminal.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/terminal.h')
-rw-r--r--osdep/terminal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/osdep/terminal.h b/osdep/terminal.h
index b2336b68a8..fc98f0c469 100644
--- a/osdep/terminal.h
+++ b/osdep/terminal.h
@@ -44,9 +44,6 @@ bool terminal_in_background(void);
/* Get terminal-size in columns/rows. */
void terminal_get_size(int *w, int *h);
-/* Enable and disable STDIN line-buffering */
-void getch2_poll(void);
-
// Windows only.
void mp_write_console_ansi(void *wstream, char *buf);