Get rid of global g_egl_api now too

This commit is contained in:
twinaphex 2016-02-22 11:54:55 +01:00
parent 22a677b3a8
commit 7da0739b61
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -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;