diff --git a/retroarch.c b/retroarch.c index ff1aea7fff..bd95dd8d25 100644 --- a/retroarch.c +++ b/retroarch.c @@ -19733,16 +19733,6 @@ static void drivers_init(int flags) midi_driver_init(); } -/** - * uninit_drivers: - * @flags : Bitmask of drivers to deinitialize. - * - * Deinitializes drivers. - * - * - * @flags determines which drivers get deinitialized. - **/ - /** * Driver ownership - set this to true if the platform in question needs to 'own' * the respective handle and therefore skip regular RetroArch