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:
John Beard 2019-02-18 17:05:40 +00:00
parent 8c69c81393
commit 3fe8214d20
1 changed files with 1 additions and 1 deletions

View File

@ -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);