[test] remove switch_source from debug-svgs

This commit is contained in:
Barend Gehrels 2017-12-06 12:20:00 +01:00
parent 536f001483
commit b25596dcf1
2 changed files with 0 additions and 8 deletions

View File

@ -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 << "!";

View File

@ -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 << "!";