mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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:
parent
819712f118
commit
314f3b58f1
12 changed files with 67 additions and 108 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue