From 9040e3348f0defb823c4305fb714fc35126c9612 Mon Sep 17 00:00:00 2001 From: Themaister Date: Sat, 26 May 2012 15:36:26 +0200 Subject: [PATCH] Delete unneeded prototype. --- gfx/gl_common.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/gfx/gl_common.h b/gfx/gl_common.h index c0b9512535..bf6f05ae6d 100644 --- a/gfx/gl_common.h +++ b/gfx/gl_common.h @@ -189,6 +189,4 @@ extern PFNGLACTIVETEXTUREPROC pglActiveTexture; #define pglActiveTexture glActiveTexture #endif -void rarch_gl_set_vsync(unsigned enabled); - #endif