From fb91df562c441b26e7807afef262a1f81977d77d Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 22 Jul 2019 21:25:43 +0200 Subject: [PATCH] Cleanups --- retroarch.c | 10 ---------- 1 file changed, 10 deletions(-) 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