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:
parent
8cec63e477
commit
4d69227d90
@ -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.10352e−5 is the smallest half float, use
|
||||
// a number smaller than that to approximate 0, but
|
||||
|
Loading…
Reference in New Issue
Block a user