aboutsummaryrefslogtreecommitdiffstats
path: root/src/sequencer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sequencer.c')
-rw-r--r--src/sequencer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sequencer.c b/src/sequencer.c
index 2d2e2d3..b582cf4 100644
--- a/src/sequencer.c
+++ b/src/sequencer.c
@@ -2921,8 +2921,6 @@ clipboard_copy(void) {
2921 2921
2922void 2922void
2923handle_sequencer_input(void) { 2923handle_sequencer_input(void) {
2924 poll_keys();
2925
2926 if (key_tap(KEY_START)) { 2924 if (key_tap(KEY_START)) {
2927 // Stop the sequencer or start playing from the beginning. 2925 // Stop the sequencer or start playing from the beginning.
2928 toggle_playing(); 2926 toggle_playing();