mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Cleanup
This commit is contained in:
parent
aac630a021
commit
65a3df278d
@ -302,11 +302,6 @@ static void frontend_darwin_get_name(char *s, size_t len)
|
||||
|
||||
static void frontend_darwin_get_os(char *s, size_t len, int *major, int *minor)
|
||||
{
|
||||
(void)s;
|
||||
(void)len;
|
||||
(void)major;
|
||||
(void)minor;
|
||||
|
||||
#if defined(IOS)
|
||||
get_ios_version(major, minor);
|
||||
strlcpy(s, "iOS", len);
|
||||
|
Loading…
x
Reference in New Issue
Block a user