summaryrefslogtreecommitdiff
path: root/apps/abrepeat.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/abrepeat.c')
-rw-r--r--apps/abrepeat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/abrepeat.c b/apps/abrepeat.c
index fc1913d37b..caf76ff122 100644
--- a/apps/abrepeat.c
+++ b/apps/abrepeat.c
@@ -78,6 +78,7 @@ void ab_repeat_init(void)
78 } 78 }
79} 79}
80 80
81#if 0 /* Currently unused */
81unsigned int ab_get_A_marker(void) 82unsigned int ab_get_A_marker(void)
82{ 83{
83 return ab_A_marker; 84 return ab_A_marker;
@@ -87,6 +88,7 @@ unsigned int ab_get_B_marker(void)
87{ 88{
88 return ab_B_marker; 89 return ab_B_marker;
89} 90}
91#endif /* if 0 */
90 92
91/* determines if the given song position is earlier than the A mark; 93/* determines if the given song position is earlier than the A mark;
92intended for use in handling the jump NEXT and PREV commands */ 94intended for use in handling the jump NEXT and PREV commands */