summaryrefslogtreecommitdiff
path: root/apps/abrepeat.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/abrepeat.h')
-rw-r--r--apps/abrepeat.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/abrepeat.h b/apps/abrepeat.h
index 143e57b371..d7bed0a990 100644
--- a/apps/abrepeat.h
+++ b/apps/abrepeat.h
@@ -32,9 +32,11 @@
#include "settings.h"
#endif
-void ab_repeat_init(void);
+void ab_repeat_init(void);
+#if 0 /* Currently unused */
unsigned int ab_get_A_marker(void);
unsigned int ab_get_B_marker(void);
+#endif /* if 0 */
bool ab_before_A_marker(unsigned int song_position);
bool ab_after_A_marker(unsigned int song_position);
void ab_jump_to_A_marker(void);