mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-11 13:34:10 +00:00
[test] remove switch_source from debug-svgs
This commit is contained in:
parent
536f001483
commit
b25596dcf1
@ -260,10 +260,6 @@ private :
|
||||
bool lab1 = label_operation(turn, 0, out);
|
||||
out << " / ";
|
||||
bool lab2 = label_operation(turn, 1, out);
|
||||
if (turn.switch_source)
|
||||
{
|
||||
out << "#";
|
||||
}
|
||||
if (turn.discarded)
|
||||
{
|
||||
out << "!";
|
||||
|
@ -272,10 +272,6 @@ struct map_visitor
|
||||
bool lab1 = label_operation(turn, 0, out);
|
||||
out << " / ";
|
||||
bool lab2 = label_operation(turn, 1, out);
|
||||
if (turn.switch_source)
|
||||
{
|
||||
out << "#";
|
||||
}
|
||||
if (turn.discarded)
|
||||
{
|
||||
out << "!";
|
||||
|
Loading…
x
Reference in New Issue
Block a user