summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2011-12-19 14:21:57 +0059
committerBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2011-12-19 14:21:57 +0059
commit0db9bb347e3f7cfcb857e94204137df577948763 (patch)
tree7189cc23d9bad5f02047fbc972b5601b19adae69
parent83f1ecf5c4b81b2b42f226d7314007a187c7c08f (diff)
downloadbase-linaro_android_4.0.3_snowball.tar.gz
eglApi.c: Remove undefined reference to eglSetSwapRectangleANDROIDlinaro_android_4.0.3_snowball
Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
-rw-r--r--opengl/libs/EGL/eglApi.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/opengl/libs/EGL/eglApi.cpp b/opengl/libs/EGL/eglApi.cpp
index 3cf21ec5e1cc..c93ac12dc7e8 100644
--- a/opengl/libs/EGL/eglApi.cpp
+++ b/opengl/libs/EGL/eglApi.cpp
@@ -80,8 +80,6 @@ static const extention_map_t sExtentionMap[] = {
(__eglMustCastToProperFunctionPointerType)&eglCreateImageKHR },
{ "eglDestroyImageKHR",
(__eglMustCastToProperFunctionPointerType)&eglDestroyImageKHR },
- { "eglSetSwapRectangleANDROID",
- (__eglMustCastToProperFunctionPointerType)&eglSetSwapRectangleANDROID },
/* { "eglGetSystemTimeFrequencyNV",
(__eglMustCastToProperFunctionPointerType)&eglGetSystemTimeFrequencyNV },
{ "eglGetSystemTimeNV",