diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2012-06-26 18:17:54 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2012-06-26 18:20:18 +0200 |
commit | 845cf4c1bdae57e8ed59bc3bb6fcaa7464c8904e (patch) | |
tree | c2e5d52bbd8899ed001585abae2c336fd06d14da /src/ui_dispatch.h | |
parent | f2d6dc360a7385dd490832bf9fb391addcb250a0 (diff) | |
download | pianobar-845cf4c1bdae57e8ed59bc3bb6fcaa7464c8904e.tar.gz pianobar-845cf4c1bdae57e8ed59bc3bb6fcaa7464c8904e.tar.bz2 pianobar-845cf4c1bdae57e8ed59bc3bb6fcaa7464c8904e.zip |
piano: Remove move song
Doesn’t work with JSON API. See #280.
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", |