Revert "[3.0] Fix build error according to updating Khronos header" 21/72221/1
authorsuhyung Eom <suhyung.eom@samsung.com>
Tue, 31 May 2016 07:45:23 +0000 (16:45 +0900)
committersuhyung Eom <suhyung.eom@samsung.com>
Tue, 31 May 2016 07:45:53 +0000 (16:45 +0900)
This reverts commit e81b3e459ae24ac23a3e24decfd889246359241f.
Change-Id: I0aadb42cb6b349427f956cbf6793eae93c87077a

adaptors/common/gl/gl-implementation.h

index 8732aba..452367e 100644 (file)
@@ -23,7 +23,6 @@
 #error "OpenGL ES version not specified"
 #endif
 
-#define GL_GLEXT_PROTOTYPES
 #if DALI_GLES_VERSION >= 31
 #include <GLES3/gl31.h>
 #elif DALI_GLES_VERSION >= 30