aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/android/GrGLCreateNativeInterface_android.cpp
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-08 20:36:22 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-08 20:36:22 +0000
commit0efcc37952afb7629a5c905cc597f1cb837b987c (patch)
treee16bc76b8a715fbc3b98edbebfefc692d86fa4f1 /src/gpu/android/GrGLCreateNativeInterface_android.cpp
parent94e75ee46a569cbcdf61fb7f04ee3a69d3ca0896 (diff)
Remove glBlendEquation and glColorPointer
Review URL: http://codereview.appspot.com/6300075/ git-svn-id: http://skia.googlecode.com/svn/trunk@4216 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu/android/GrGLCreateNativeInterface_android.cpp')
-rw-r--r--src/gpu/android/GrGLCreateNativeInterface_android.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpu/android/GrGLCreateNativeInterface_android.cpp b/src/gpu/android/GrGLCreateNativeInterface_android.cpp
index 327e56d828..535fa86903 100644
--- a/src/gpu/android/GrGLCreateNativeInterface_android.cpp
+++ b/src/gpu/android/GrGLCreateNativeInterface_android.cpp
@@ -26,7 +26,6 @@ const GrGLInterface* GrGLCreateNativeInterface() {
interface->fBindTexture = glBindTexture;
interface->fBlendColor = glBlendColor;
interface->fBlendFunc = glBlendFunc;
- interface->fBlendEquation = glBlendEquation;
interface->fBufferData = glBufferData;
interface->fBufferSubData = glBufferSubData;
interface->fClear = glClear;