code cleanup: unused vars, make other vars static.

This commit is contained in:
2013-04-10 22:49:50 +00:00
parent 3b399edf7d
commit 8c1cb10cfd
17 changed files with 25 additions and 38 deletions

View File

@@ -49,8 +49,6 @@ CalligraphicShader::CalligraphicShader(real iMinThickness, real iMaxThickness, c
_clamp = clamp;
}
float ksinToto = 0.0f;
int CalligraphicShader::shade(Stroke &ioStroke) const
{
Interface0DIterator v;