mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
GLContext: Remove global context pointer
This commit is contained in:
@ -60,5 +60,3 @@ protected:
|
||||
bool m_is_core_context = false;
|
||||
bool m_is_shared = false;
|
||||
};
|
||||
|
||||
extern std::unique_ptr<GLContext> g_main_gl_context;
|
||||
|
Reference in New Issue
Block a user