misc: Eliminate redundant yes/no dialog functions

Change-Id: I28bc4531cdfe6e28a1677b1a0ebb461e48188fd8
This commit is contained in:
Christian Soffke 2025-01-09 03:23:54 +01:00
parent ad4113a7e9
commit ca459a9d09
5 changed files with 4 additions and 19 deletions

View file

@ -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);