summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-12-04 21:06:52 +0100
committerAlessandro Ghedini <alessandro@ghedini.me>2014-12-08 00:02:16 +0100
commitbc4e115b309692e92d951a7932bcd1f35d25ae6e (patch)
treefede2a9e97cac97014cbc7ea506130cc6bec7871
parent807763c85e5fce343653e333076b03d12de5dc87 (diff)
downloadmpv-bc4e115b309692e92d951a7932bcd1f35d25ae6e.tar.bz2
mpv-bc4e115b309692e92d951a7932bcd1f35d25ae6e.tar.xz
discnav: remove redundant call
This was made the default a while ago.
-rw-r--r--player/discnav.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/player/discnav.c b/player/discnav.c
index 5d477d6313..2dd33b5a59 100644
--- a/player/discnav.c
+++ b/player/discnav.c
@@ -126,8 +126,6 @@ void mp_nav_init(struct MPContext *mpctx)
MP_VERBOSE(mpctx->nav_state, "enabling\n");
mp_input_enable_section(mpctx->input, "discnav", 0);
- mp_input_set_section_mouse_area(mpctx->input, "discnav-menu",
- INT_MIN, INT_MIN, INT_MAX, INT_MAX);
update_state(mpctx);
}