From 99bc0497453b79beea42a6d6986b1282d9137706 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 2 Jul 2015 00:08:17 +0200 Subject: vo_opengl: remove unused GL API functions --- video/out/gl_common.c | 1 - 1 file changed, 1 deletion(-) (limited to 'video/out/gl_common.c') diff --git a/video/out/gl_common.c b/video/out/gl_common.c index 4a95480839..7cc54980fa 100644 --- a/video/out/gl_common.c +++ b/video/out/gl_common.c @@ -142,7 +142,6 @@ static const struct gl_functions gl_functions[] = { DEF_FN(Flush), DEF_FN(GenBuffers), DEF_FN(GenTextures), - DEF_FN(GetBooleanv), DEF_FN(GetAttribLocation), DEF_FN(GetError), DEF_FN(GetIntegerv), -- cgit v1.2.3