forked from len0rd/rockbox
misc: Eliminate redundant yes/no dialog functions
Change-Id: I28bc4531cdfe6e28a1677b1a0ebb461e48188fd8
This commit is contained in:
parent
ad4113a7e9
commit
ca459a9d09
5 changed files with 4 additions and 19 deletions
|
@ -175,8 +175,6 @@ int hex_to_rgb(const char* hex, int* color);
|
|||
#endif
|
||||
|
||||
int confirm_delete_yesno(const char *name);
|
||||
int confirm_overwrite_yesno(void);
|
||||
int confirm_remove_queued_yesno(void);
|
||||
|
||||
char* strrsplt(char* str, int c);
|
||||
char* skip_whitespace(char* const str);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue