QA: Comment unused var in test_gal_pixel_alignment
p4 is not used (the code that uses it is commented out). So also comment it out to keep the compiler quiet.
This commit is contained in:
parent
8c69c81393
commit
3fe8214d20
|
@ -118,7 +118,7 @@ public:
|
|||
auto p1 = VECTOR2D( k + 100 + step/2, 100 + i * step );
|
||||
auto p2 = VECTOR2D( k + 100 + step/2, 100 + i * step + step/2 );
|
||||
auto p3 = VECTOR2D( k + 100, 100 + i * step + step/2 );
|
||||
auto p4 = VECTOR2D( k + 100, 100 + i * step + step );
|
||||
// auto p4 = VECTOR2D( k + 100, 100 + i * step + step );
|
||||
|
||||
|
||||
screenSpaceLine( gal, p0, p1 , w);
|
||||
|
|
Loading…
Reference in New Issue