diff options
author | Jens Arnold <amiconn@rockbox.org> | 2006-12-12 22:22:21 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2006-12-12 22:22:21 +0000 |
commit | 314f3b58f18ccbc8f5a39897681bc8579cd330d1 (patch) | |
tree | b56b1ca14e372738b171d81c8f0ae4ac9429cc13 /apps/abrepeat.c | |
parent | 819712f118a3e036da7042199c6d7197416ddbee (diff) |
More static'ing, and a few fixes resulting from that.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11737 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/abrepeat.c')
-rw-r--r-- | apps/abrepeat.c | 2 |
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) } } +#if 0 /* Currently unused */ unsigned int ab_get_A_marker(void) { return ab_A_marker; @@ -87,6 +88,7 @@ unsigned int ab_get_B_marker(void) { return ab_B_marker; } +#endif /* if 0 */ /* determines if the given song position is earlier than the A mark; intended for use in handling the jump NEXT and PREV commands */ |