summaryrefslogtreecommitdiff
path: root/plugins/hotkeys
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-11-18 22:14:05 +0100
committerGravatar waker <wakeroid@gmail.com>2012-11-18 22:14:05 +0100
commitdaad4ed47ad2a21b46d19829c8627eeaf24fe82a (patch)
tree43f442d324a53e42b1010a1f6329c5c494d7452b /plugins/hotkeys
parentfba6212130c703cd43312ef8c7127989b38474d0 (diff)
gtkuiL: hotkeys WIP
Diffstat (limited to 'plugins/hotkeys')
-rw-r--r--plugins/hotkeys/hotkeys.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/plugins/hotkeys/hotkeys.c b/plugins/hotkeys/hotkeys.c
index 7ca57fe3..6c8ca0d7 100644
--- a/plugins/hotkeys/hotkeys.c
+++ b/plugins/hotkeys/hotkeys.c
@@ -706,20 +706,12 @@ static DB_plugin_action_t action_jump_to_current = {
.next = &action_reload_metadata
};
-static DB_plugin_action_t action_toggle_cursor_follows_playback = {
- .title = "Playback/[stub] Cursor follows playback toggle",
- .name = "toggle_cursor_follows_playback",
- .flags = DB_ACTION_COMMON,
- .callback = NULL,
- .next = &action_jump_to_current
-};
-
static DB_plugin_action_t action_playback_loop_off = {
.title = "Playback/[stub] Playback looping - Don't loop",
.name = "loop_off",
.flags = DB_ACTION_COMMON,
.callback = NULL,
- .next = &action_toggle_cursor_follows_playback
+ .next = &action_jump_to_current
};
static DB_plugin_action_t action_playback_loop_single = {