Remove misplaced comment.
This commit is contained in:
parent
0487fdb0e8
commit
22aae7802a
|
@ -413,8 +413,6 @@ bool gfx_ctx_window_has_focus(void)
|
||||||
return win == g_win && g_has_focus;
|
return win == g_win && g_has_focus;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Enforce void (*)(void) as it's not really legal to cast void* to fn-pointer.
|
|
||||||
// POSIX allows this, but strict C99 doesn't.
|
|
||||||
gfx_ctx_proc_t gfx_ctx_get_proc_address(const char *symbol)
|
gfx_ctx_proc_t gfx_ctx_get_proc_address(const char *symbol)
|
||||||
{
|
{
|
||||||
return eglGetProcAddress(symbol);
|
return eglGetProcAddress(symbol);
|
||||||
|
|
Loading…
Reference in New Issue