Remove unused function

This commit is contained in:
libretroadmin 2022-12-05 19:34:48 +01:00
parent a22bac091c
commit 56fe3d6629
2 changed files with 0 additions and 11 deletions

View file

@ -101,13 +101,6 @@ char *manual_content_scan_get_content_dir_ptr(void)
return scan_settings.content_dir;
}
/* Returns size of the internal
* 'content_dir' string */
size_t manual_content_scan_get_content_dir_size(void)
{
return sizeof(scan_settings.content_dir);
}
/* Returns a pointer to the internal
* 'system_name_custom' string */
char *manual_content_scan_get_system_name_custom_ptr(void)

View file

@ -113,10 +113,6 @@ typedef struct
* 'content_dir' string */
char *manual_content_scan_get_content_dir_ptr(void);
/* Returns size of the internal
* 'content_dir' string */
size_t manual_content_scan_get_content_dir_size(void);
/* Returns a pointer to the internal
* 'system_name_custom' string */
char *manual_content_scan_get_system_name_custom_ptr(void);