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
This commit is contained in:
Jens Arnold 2006-12-12 22:22:21 +00:00
parent 819712f118
commit 314f3b58f1
12 changed files with 67 additions and 108 deletions

View file

@ -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 */