mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
GLContext: Remove global context pointer
This commit is contained in:
@ -23,8 +23,6 @@
|
||||
#error Platform doesnt have a GLInterface
|
||||
#endif
|
||||
|
||||
std::unique_ptr<GLContext> g_main_gl_context;
|
||||
|
||||
GLContext::~GLContext() = default;
|
||||
|
||||
bool GLContext::Initialize(void* display_handle, void* window_handle, bool stereo, bool core)
|
||||
|
Reference in New Issue
Block a user