mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
Get rid of global g_egl_api now too
This commit is contained in:
parent
22a677b3a8
commit
7da0739b61
@ -25,7 +25,6 @@
|
||||
volatile sig_atomic_t g_egl_quit;
|
||||
bool g_egl_inited;
|
||||
|
||||
enum gfx_ctx_api g_egl_api;
|
||||
unsigned g_egl_major = 0;
|
||||
unsigned g_egl_minor = 0;
|
||||
|
||||
|
@ -63,7 +63,6 @@ extern bool g_egl_inited;
|
||||
|
||||
/* bind_api is called before init so we need these, please
|
||||
* try no to use them outside of bind_api() and init() */
|
||||
extern enum gfx_ctx_api g_egl_api;
|
||||
extern unsigned g_egl_major;
|
||||
extern unsigned g_egl_minor;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user