1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0022958: Redundant assignment

This commit is contained in:
DBV
2012-02-17 10:49:10 +00:00
committed by bugmaster
parent 232a30863d
commit 518d862156

View File

@@ -468,7 +468,6 @@ Standard_ShortReal RB = 0 ;
switch (AName) {
case Quantity_NOC_BLACK :
R1 = R2 = R3 = 0.0;
RR = R1 = 0.000000; RG = R2 = 0.000000; RB = R3 = 0.000000;
break;
case Quantity_NOC_MATRAGRAY :