summaryrefslogtreecommitdiffstats
path: root/player/discnav.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/discnav.c')
-rw-r--r--player/discnav.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/player/discnav.c b/player/discnav.c
index 719e88ac8f..91657f7f73 100644
--- a/player/discnav.c
+++ b/player/discnav.c
@@ -135,6 +135,7 @@ void mp_nav_init(struct MPContext *mpctx)
if (mpctx->encode_lavc_ctx)
return;
+#if 0
struct mp_nav_cmd inp = {MP_NAV_CMD_ENABLE};
if (run_stream_control(mpctx, STREAM_CTRL_NAV_CMD, &inp) < 1)
return;
@@ -150,6 +151,7 @@ void mp_nav_init(struct MPContext *mpctx)
update_state(mpctx);
update_mouse_on_button(mpctx);
+#endif
}
void mp_nav_reset(struct MPContext *mpctx)