mirror of
https://review.haiku-os.org/haiku
synced 2025-02-23 05:58:31 +01:00
wonderbrush translator: fix warnings.
Static variable used only in commented out code, comment it out as well.
This commit is contained in:
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user