Unreviewed mac build fix : Removing unused variable

git-svn-id: http://skia.googlecode.com/svn/trunk@7186 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
sugoi@google.com 2013-01-15 16:35:31 +00:00
parent 8cec63e477
commit 4d69227d90

View File

@ -420,7 +420,6 @@ void GrGLDisplacementMapEffect::emitCode(GrGLShaderBuilder* builder,
SkString* code = &builder->fFSCode;
const char* dColor = "dColor";
const char* dCoords = "dCoords";
const char* cCoords = "cCoords";
const char* nearZero = "1e-6"; // Since 6.10352e5 is the smallest half float, use
// a number smaller than that to approximate 0, but