From e3919c9d496aea37df48ddd151882884987a3385 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 7 Jun 2016 02:09:19 +0200 Subject: [PATCH] (GLSM) Remove this -unnecessary --- libretro-common/include/glsym/glsym_es2.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libretro-common/include/glsym/glsym_es2.h b/libretro-common/include/glsym/glsym_es2.h index b68f8a98f9..3e841145eb 100644 --- a/libretro-common/include/glsym/glsym_es2.h +++ b/libretro-common/include/glsym/glsym_es2.h @@ -44,12 +44,6 @@ typedef void *GLeglImageOES; #if !defined(GL_OES_fixed_point) && !defined(HAVE_OPENGLES2) typedef GLint GLfixed; #endif -#if defined(OSX) && !defined(MAC_OS_X_VERSION_10_7) -typedef long long int GLint64; -typedef unsigned long long int GLuint64; -typedef unsigned long long int GLuint64EXT; -typedef struct __GLsync *GLsync; -#endif typedef void (GL_APIENTRYP RGLSYMGLDEBUGMESSAGECONTROLKHRPROC) (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled); typedef void (GL_APIENTRYP RGLSYMGLDEBUGMESSAGEINSERTKHRPROC) (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf); typedef void (GL_APIENTRYP RGLSYMGLDEBUGMESSAGECALLBACKKHRPROC) (RGLGENGLDEBUGPROCKHR callback, const void *userParam);