summaryrefslogtreecommitdiff
path: root/apps/abrepeat.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/abrepeat.h')
-rw-r--r--apps/abrepeat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/abrepeat.h b/apps/abrepeat.h
index 4d2c4ea001..1542b24f47 100644
--- a/apps/abrepeat.h
+++ b/apps/abrepeat.h
@@ -38,7 +38,6 @@ static inline void ab_void_dummy_marker(unsigned int song_position)
38} 38}
39static inline void ab_dummy_voidfn(void){} 39static inline void ab_dummy_voidfn(void){}
40 40
41#define ab_repeat_init ab_dummy_voidfn
42#define ab_before_A_marker ab_bool_dummy_marker 41#define ab_before_A_marker ab_bool_dummy_marker
43#define ab_after_A_marker ab_bool_dummy_marker 42#define ab_after_A_marker ab_bool_dummy_marker
44#define ab_jump_to_A_marker ab_dummy_voidfn 43#define ab_jump_to_A_marker ab_dummy_voidfn
@@ -59,7 +58,6 @@ static inline void ab_dummy_voidfn(void){}
59 58
60#include "settings.h" 59#include "settings.h"
61 60
62void ab_repeat_init(void);
63bool ab_before_A_marker(unsigned int song_position); 61bool ab_before_A_marker(unsigned int song_position);
64bool ab_after_A_marker(unsigned int song_position); 62bool ab_after_A_marker(unsigned int song_position);
65void ab_jump_to_A_marker(void); 63void ab_jump_to_A_marker(void);