global_init_drivers - remove obsolete comment

This commit is contained in:
twinaphex 2013-11-02 05:30:05 +01:00
parent 585b0fa096
commit aabbf835fc

View File

@ -434,9 +434,6 @@ retro_proc_address_t driver_get_proc_address(const char *sym)
// before retroarch core starts.
// Core handles audio.
// FIXME - start() and stop() can't be ifdeffable with
// RARCH_CONSOLE since more systems now need similar functionality
void global_init_drivers(void)
{
unsigned i;