Remove misplaced comment.

This commit is contained in:
Themaister 2012-09-16 10:52:44 +02:00
parent 0487fdb0e8
commit 22aae7802a

View File

@ -413,8 +413,6 @@ bool gfx_ctx_window_has_focus(void)
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)
{
return eglGetProcAddress(symbol);