| Index: gm/convexpolyeffect.cpp
|
| diff --git a/gm/convexpolyeffect.cpp b/gm/convexpolyeffect.cpp
|
| index 0938e58db066d2337c6e4c30cd31437dfbb728f0..4f84c615d45a0df166d39dad4d97269c6ce4bcd3 100644
|
| --- a/gm/convexpolyeffect.cpp
|
| +++ b/gm/convexpolyeffect.cpp
|
| @@ -22,12 +22,6 @@
|
|
|
| #include "effects/GrConvexPolyEffect.h"
|
|
|
| -namespace {
|
| -extern const GrVertexAttrib kAttribs[] = {
|
| - {kVec2f_GrVertexAttribType, 0, kPosition_GrVertexAttribBinding},
|
| -};
|
| -}
|
| -
|
| namespace skiagm {
|
| /**
|
| * This GM directly exercises a GrEffect that draws convex polygons.
|
|
|