From b580605c86791308694cc7c7c5c92be5e3e09fed Mon Sep 17 00:00:00 2001 From: Swung0x48 Date: Sun, 8 Jun 2025 13:45:27 +0800 Subject: [PATCH] [Fix] (EGL_impl.h): get rid of redundant extern var --- MG/MG_GL/Implementations/EGL/Diligent/EGL_impl.h | 1 - 1 file changed, 1 deletion(-) diff --git a/MG/MG_GL/Implementations/EGL/Diligent/EGL_impl.h b/MG/MG_GL/Implementations/EGL/Diligent/EGL_impl.h index 0050b517..edd1b6aa 100644 --- a/MG/MG_GL/Implementations/EGL/Diligent/EGL_impl.h +++ b/MG/MG_GL/Implementations/EGL/Diligent/EGL_impl.h @@ -17,7 +17,6 @@ namespace MG_Diligent { extern MG_Global::unordered_map g_BufferMap; extern MG_Global::unordered_map g_TextureMap; extern MG_Global::unordered_map g_TextureViewMap; - extern MG_Global::unordered_map g_BufferMap; struct GLFramebufferInfo {