From 3e3956d6ae7f2b49bf9cc08b2882bb18540a6030 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 7 Dec 2017 17:07:38 +0000 Subject: [PATCH] mapi: remove duplicate GL typedefs Remove the instances already available in gl.h or glext.h. Sadly GLclampx is only available in GLES(1) so we need to keep that one. Signed-off-by: Emil Velikov Reviewed-by: Ian Romanick --- src/mapi/glapi/glapi_priv.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/mapi/glapi/glapi_priv.h b/src/mapi/glapi/glapi_priv.h index 0e584f4be96..ddfc594a979 100644 --- a/src/mapi/glapi/glapi_priv.h +++ b/src/mapi/glapi/glapi_priv.h @@ -31,15 +31,8 @@ #include "GL/gl.h" #include "GL/glext.h" -#ifndef GL_OES_fixed_point -typedef int GLfixed; -#endif typedef int GLclampx; -#ifndef GL_OES_EGL_image -typedef void *GLeglImageOES; -#endif - #include "glapi/glapi.h"