diff options
Diffstat (limited to 'src/ui_dispatch.h')
-rw-r--r-- | src/ui_dispatch.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui_dispatch.h b/src/ui_dispatch.h index e8c9944..acd0f67 100644 --- a/src/ui_dispatch.h +++ b/src/ui_dispatch.h @@ -69,8 +69,6 @@ static const BarUiDispatchAction_t dispatchActions[BAR_KS_COUNT] = { "print information about song/station", "act_songinfo"}, {'j', BAR_DC_GLOBAL, BarUiActAddSharedStation, "add shared station", "act_addshared"}, - {'m', BAR_DC_SONG, BarUiActMoveSong, "move song to different station", - "act_songmove"}, {'n', BAR_DC_GLOBAL | BAR_DC_STATION, BarUiActSkipSong, "next song", "act_songnext"}, {'p', BAR_DC_GLOBAL | BAR_DC_STATION, BarUiActPause, "pause/continue", |