From 885f94a308af20ddf2eabb54cd123bbaa7738c1f Mon Sep 17 00:00:00 2001 From: suhyung Eom Date: Tue, 31 May 2016 16:45:23 +0900 Subject: [PATCH] Revert "[3.0] Fix build error according to updating Khronos header" This reverts commit e81b3e459ae24ac23a3e24decfd889246359241f. Change-Id: I0aadb42cb6b349427f956cbf6793eae93c87077a --- adaptors/common/gl/gl-implementation.h | 1 - 1 file changed, 1 deletion(-) diff --git a/adaptors/common/gl/gl-implementation.h b/adaptors/common/gl/gl-implementation.h index 8732aba..452367e 100644 --- a/adaptors/common/gl/gl-implementation.h +++ b/adaptors/common/gl/gl-implementation.h @@ -23,7 +23,6 @@ #error "OpenGL ES version not specified" #endif -#define GL_GLEXT_PROTOTYPES #if DALI_GLES_VERSION >= 31 #include #elif DALI_GLES_VERSION >= 30 -- 2.7.4