summaryrefslogtreecommitdiffstats
path: root/player/main.c
diff options
context:
space:
mode:
authorMartin Herkt <lachs0r@srsfckn.biz>2014-01-16 11:25:52 +0100
committerMartin Herkt <lachs0r@srsfckn.biz>2014-01-16 11:25:52 +0100
commit26d6eb4a8ab4052d7f873ca0cc2c6b68f3d41a44 (patch)
tree8b677e5faa3a478b48ff5106a2c3f19c8c8552a4 /player/main.c
parentd5fce546a416539d101a33226c1d4a9ffcd737d5 (diff)
downloadmpv-26d6eb4a8ab4052d7f873ca0cc2c6b68f3d41a44.tar.bz2
mpv-26d6eb4a8ab4052d7f873ca0cc2c6b68f3d41a44.tar.xz
io/win32: move mp_attach_console to terminal-win.c
Why didn't I put it there from the start?
Diffstat (limited to 'player/main.c')
-rw-r--r--player/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/player/main.c b/player/main.c
index ff9f7b732a..75cad76b80 100644
--- a/player/main.c
+++ b/player/main.c
@@ -249,7 +249,6 @@ static void osdep_preinit(int *p_argc, char ***p_argv)
talloc_enable_leak_report();
#ifdef __MINGW32__
- mp_attach_console();
mp_get_converted_argv(p_argc, p_argv);
#endif