From 22aae7802a73aaeaae4bf9ecdb88ff6deb3dfd79 Mon Sep 17 00:00:00 2001 From: Themaister Date: Sun, 16 Sep 2012 10:52:44 +0200 Subject: [PATCH] Remove misplaced comment. --- gfx/context/xegl_ctx.c | 2 -- 1 file changed, 2 deletions(-) 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);