summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
Diffstat (limited to 'osdep')
-rw-r--r--osdep/getch2.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/osdep/getch2.h b/osdep/getch2.h
index bc3402a498..267e39e914 100644
--- a/osdep/getch2.h
+++ b/osdep/getch2.h
@@ -24,8 +24,6 @@ extern void getch2_disable(void);
/* Read a character or a special key code (see keycodes.h) */
extern void getch2(void);
-#ifdef __MINGW32__
extern int mp_input_win32_slave_cmd_func(int fd,char* dest,int size);
-#endif
#endif /* GETCH2_H */