mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Remove unused machine_is_sony function
This commit is contained in:
@@ -20715,12 +20715,6 @@ machine_has_mouse(void)
|
||||
return (machines[machine].flags & MACHINE_MOUSE);
|
||||
}
|
||||
|
||||
int
|
||||
machine_is_sony(void)
|
||||
{
|
||||
return (!strcmp(machines[machine].internal_name, "pcv90"));
|
||||
}
|
||||
|
||||
const char *
|
||||
machine_get_nvr_name_ex(int m)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user