summaryrefslogtreecommitdiff
path: root/src/ui_dispatch.h
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2012-06-26 18:17:54 +0200
committerLars-Dominik Braun <lars@6xq.net>2012-06-26 18:20:18 +0200
commit845cf4c1bdae57e8ed59bc3bb6fcaa7464c8904e (patch)
treec2e5d52bbd8899ed001585abae2c336fd06d14da /src/ui_dispatch.h
parentf2d6dc360a7385dd490832bf9fb391addcb250a0 (diff)
downloadpianobar-windows-845cf4c1bdae57e8ed59bc3bb6fcaa7464c8904e.tar.gz
pianobar-windows-845cf4c1bdae57e8ed59bc3bb6fcaa7464c8904e.tar.bz2
pianobar-windows-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.h2
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",