mirror of
https://github.com/libretro/RetroArch
synced 2025-04-25 09:02:44 +00:00
Remove unused function
This commit is contained in:
parent
a22bac091c
commit
56fe3d6629
@ -101,13 +101,6 @@ char *manual_content_scan_get_content_dir_ptr(void)
|
|||||||
return scan_settings.content_dir;
|
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
|
/* Returns a pointer to the internal
|
||||||
* 'system_name_custom' string */
|
* 'system_name_custom' string */
|
||||||
char *manual_content_scan_get_system_name_custom_ptr(void)
|
char *manual_content_scan_get_system_name_custom_ptr(void)
|
||||||
|
@ -113,10 +113,6 @@ typedef struct
|
|||||||
* 'content_dir' string */
|
* 'content_dir' string */
|
||||||
char *manual_content_scan_get_content_dir_ptr(void);
|
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
|
/* Returns a pointer to the internal
|
||||||
* 'system_name_custom' string */
|
* 'system_name_custom' string */
|
||||||
char *manual_content_scan_get_system_name_custom_ptr(void);
|
char *manual_content_scan_get_system_name_custom_ptr(void);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user