diff --git a/gfx/context/xegl_ctx.c b/gfx/context/xegl_ctx.c index d1bf239f9a..2e479812f3 100644 --- a/gfx/context/xegl_ctx.c +++ b/gfx/context/xegl_ctx.c @@ -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);