Skip to content

Commit

Permalink
nuke presetlist action. fixes #15518
Browse files Browse the repository at this point in the history
  • Loading branch information
ronie committed Nov 2, 2014
1 parent 3cbf8f3 commit dbf3213
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion xbmc/guilib/Key.h
Expand Up @@ -249,7 +249,6 @@
#define ACTION_ANALOG_SEEK_BACK 125 // seeks backward, and displays the seek bar.

#define ACTION_VIS_PRESET_SHOW 126
#define ACTION_VIS_PRESET_LIST 127
#define ACTION_VIS_PRESET_NEXT 128
#define ACTION_VIS_PRESET_PREV 129
#define ACTION_VIS_PRESET_LOCK 130
Expand Down
1 change: 0 additions & 1 deletion xbmc/input/ButtonTranslator.cpp
Expand Up @@ -179,7 +179,6 @@ static const ActionMapping actions[] =
{"analogseekforward" , ACTION_ANALOG_SEEK_FORWARD},
{"analogseekback" , ACTION_ANALOG_SEEK_BACK},
{"showpreset" , ACTION_VIS_PRESET_SHOW},
{"presetlist" , ACTION_VIS_PRESET_LIST},
{"nextpreset" , ACTION_VIS_PRESET_NEXT},
{"previouspreset" , ACTION_VIS_PRESET_PREV},
{"lockpreset" , ACTION_VIS_PRESET_LOCK},
Expand Down

0 comments on commit dbf3213

Please sign in to comment.