mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +00:00
(driver.c) Cleanups
This commit is contained in:
parent
31e7f1009d
commit
e196f69234
2
driver.c
2
driver.c
@ -415,7 +415,6 @@ bool driver_camera_start(void)
|
|||||||
return driver.camera->start(driver.camera_data);
|
return driver.camera->start(driver.camera_data);
|
||||||
|
|
||||||
msg_queue_push(g_extern.msg_queue, "Camera is explicitly disabled.\n", 1, 180);
|
msg_queue_push(g_extern.msg_queue, "Camera is explicitly disabled.\n", 1, 180);
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
@ -504,7 +503,6 @@ bool driver_location_start(void)
|
|||||||
return driver.location->start(driver.location_data);
|
return driver.location->start(driver.location_data);
|
||||||
|
|
||||||
msg_queue_push(g_extern.msg_queue, "Location is explicitly disabled.\n", 1, 180);
|
msg_queue_push(g_extern.msg_queue, "Location is explicitly disabled.\n", 1, 180);
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user