From 8e0e5096d25ce3315efd025ed97489ce5962d27b Mon Sep 17 00:00:00 2001 From: libretroadmin Date: Tue, 21 Feb 2023 15:12:23 +0100 Subject: [PATCH] Get rid of now unused extern --- gfx/video_driver.h | 1 - 1 file changed, 1 deletion(-) diff --git a/gfx/video_driver.h b/gfx/video_driver.h index 07bb5aa542..1f54bac87b 100644 --- a/gfx/video_driver.h +++ b/gfx/video_driver.h @@ -1410,7 +1410,6 @@ extern const gfx_ctx_driver_t gfx_ctx_vivante_fbdev; extern const gfx_ctx_driver_t gfx_ctx_android; extern const gfx_ctx_driver_t gfx_ctx_vk_android; extern const gfx_ctx_driver_t gfx_ctx_ps3; -extern const gfx_ctx_driver_t gfx_ctx_psl1ght; extern const gfx_ctx_driver_t gfx_ctx_w_vk; extern const gfx_ctx_driver_t gfx_ctx_wgl; extern const gfx_ctx_driver_t gfx_ctx_videocore;