mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
[Cleanup] abrepeat.c
ab_repeat_init() doesn't do anything and some of the checks are redundant Change-Id: Icc861c57b119f541c0cbdb9e0074b78f1f4f10bb
This commit is contained in:
parent
547b6a570d
commit
4d0d41a0f4
3 changed files with 9 additions and 11 deletions
|
@ -38,7 +38,6 @@ static inline void ab_void_dummy_marker(unsigned int song_position)
|
|||
}
|
||||
static inline void ab_dummy_voidfn(void){}
|
||||
|
||||
#define ab_repeat_init ab_dummy_voidfn
|
||||
#define ab_before_A_marker ab_bool_dummy_marker
|
||||
#define ab_after_A_marker ab_bool_dummy_marker
|
||||
#define ab_jump_to_A_marker ab_dummy_voidfn
|
||||
|
@ -59,7 +58,6 @@ static inline void ab_dummy_voidfn(void){}
|
|||
|
||||
#include "settings.h"
|
||||
|
||||
void ab_repeat_init(void);
|
||||
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue