From: Sukwon Suh Date: Fri, 19 Apr 2013 05:05:05 +0000 (+0900) Subject: remove ospcompat X-Git-Tag: accepted/tizen_2.1/20130425.033138~95^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=36df8307b81693ef60e5f8f8c29396de652c1268;p=framework%2Fosp%2Fuifw.git remove ospcompat Change-Id: If2a35d3dd49dc5927ba8512f0bfc9604ee936e5e Signed-off-by: Sukwon Suh --- diff --git a/inc/egl.h b/inc/egl.h index 3184dc0..74d8c50 100644 --- a/inc/egl.h +++ b/inc/egl.h @@ -600,19 +600,6 @@ typedef void (*__eglMustCastToProperFunctionPointerType)(void); /* Now, define eglGetProcAddress using the generic function ptr. type */ /** - * @if OSPCOMPAT - * @page EGLeglGetProcAddress Compatibility for eglGetProcAddress. - * @section CompClassNameMethodNamePageIssueSection Issues - * Implementation of this method in API versions prior to 1.2 has the following issue: @n - * - * -# This method does not work as expected in API versions prior to 1.2. - * - * @section CompClassNameMethodNamePageSolutionSection Resolutions - * The issue mentioned above is resolved in API version 1.2, and it is recommended to use API version 1.2 or above. @n - * @endif -*/ - -/** * Returns function pointer of a GL or an EGL extension function. * You can find more details at the Khronos Group site: http://www.khronos.org/registry/egl * diff --git a/inc/gl.h b/inc/gl.h index a64a8a7..4dce847 100644 --- a/inc/gl.h +++ b/inc/gl.h @@ -1780,18 +1780,7 @@ GL_API void GL_APIENTRY glViewport(GLint x, GLint y, GLsizei width, GLsizei heig /* GL_OES_point_size_array */ #ifndef GL_OES_point_size_array #define GL_OES_point_size_array 1 -/** - * @if OSPCOMPAT - * @page EGLglPointSizePointerOES Compatibility for glPointSizePointerOES. - * @section CompClassNameMethodNamePageIssueSection Issues - * Implementation of this method in API versions prior to 1.2 has the following issue: @n - * - * -# This method does not work as expected in API versions prior to 1.2. - * - * @section CompClassNameMethodNamePageSolutionSection Resolutions - * The issue mentioned above is resolved in API version 1.1, and it is recommended to use API version 1.2 or above. - * @endif -*/ + /** * * Defines an array of point sizes.