From 73143c1637dc338c1feaaf21e4fa524cb9d152a0 Mon Sep 17 00:00:00 2001 From: raster Date: Thu, 18 Feb 2010 08:54:24 +0000 Subject: [PATCH] disable error gets - minor impact to keep getting errors - but stil an impact if we dont need to know what they are. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@46270 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/modules/engines/gl_common/evas_gl_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/engines/gl_common/evas_gl_common.h b/src/modules/engines/gl_common/evas_gl_common.h index 36d3c2e..c87a6db 100644 --- a/src/modules/engines/gl_common/evas_gl_common.h +++ b/src/modules/engines/gl_common/evas_gl_common.h @@ -364,7 +364,7 @@ void (*glsym_glBindFramebuffer) (GLenum a, GLuint b); void (*glsym_glFramebufferTexture2D) (GLenum a, GLenum b, GLenum c, GLuint d, GLint e); void (*glsym_glDeleteFramebuffers) (GLsizei a, const GLuint *b); -#define GL_ERRORS 1 +//#define GL_ERRORS 1 #ifdef GL_ERRORS # define GLERR(fn, fl, ln, op) \ -- 2.7.4