summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-04-05 10:54:07 +0200
committerwm4 <wm4@nowhere>2013-04-05 23:59:39 +0200
commit4e55a6e828e4234fafe00e56573b24897380dcb1 (patch)
tree23aef6efbb7b9ecedda26a8464b2b997fa072849 /etc
parentcae508dfb60a69a080df1939c229a3c86931bee1 (diff)
downloadmpv-4e55a6e828e4234fafe00e56573b24897380dcb1.tar.bz2
mpv-4e55a6e828e4234fafe00e56573b24897380dcb1.tar.xz
Remove some apple remote leftovers
The options and key names don't do anything anymore.
Diffstat (limited to 'etc')
-rw-r--r--etc/input.conf15
1 files changed, 0 insertions, 15 deletions
diff --git a/etc/input.conf b/etc/input.conf
index db378ff12f..8623a239d9 100644
--- a/etc/input.conf
+++ b/etc/input.conf
@@ -135,21 +135,6 @@ n tv_step_norm
u tv_step_chanlist
#
-# Apple Remote section
-#
-
-AR_PLAY cycle pause
-AR_PLAY_HOLD quit
-AR_NEXT seek 30
-AR_NEXT_HOLD seek 120
-AR_PREV seek -10
-AR_PREV_HOLD seek -120
-AR_MENU cycle osd
-AR_MENU_HOLD cycle mute
-AR_VUP add volume 1
-AR_VDOWN add volume -1
-
-#
# Joystick section
# WARNING: joystick support has to be explicitly enabled at
# compiletime with --enable-joystick