bezier: comment out unused variable in test

This commit is contained in:
Danny Robson 2018-03-15 13:37:18 +11:00
parent 0646b1c13b
commit 5fc6cd46a7

View File

@ -184,7 +184,7 @@ void
test_region<1> (util::TAP::logger &tap)
{
util::point2f p0 { 0, 0 },
p1 { 100, 0 },
// p1 { 100, 0 },
p2 { 100, 100 },
p3 { 0, 100 };