wonderbrush translator: fix warnings.

Static variable used only in commented out code, comment it out as well.
This commit is contained in:
Adrien Destugues
2016-07-10 19:17:01 +02:00
parent 1b29ad289e
commit 9e72a18d0f
@@ -43,7 +43,7 @@ init_linear_table()
}
// conversion from RGB (0...255) to linear and normalized RGB (0...1)
static uint8* gammaTable = init_gamma_table();
/*static uint8* gammaTable = init_gamma_table();*/
static float* linearTable = init_linear_table();
// matrix entries: XYZ -> RGB (709 RGB, D65 Whitepoint)