13
0
Fork 0

L: Location markers and section markers must be separate (reverts 84f637)

This commit is contained in:
Ben Loftis 2024-05-07 15:46:06 -05:00
parent b30e1470ef
commit 8b09ece660
1 changed files with 0 additions and 6 deletions

View File

@ -1144,12 +1144,6 @@ Locations::add (Location *loc, bool make_current)
}
}
#ifdef LIVETRAX
if ( loc->flags() == Location::IsMark ) { //generic Location marker; upgrade to section marker
loc->set_section(true);
}
#endif
locations.push_back (loc);
if (make_current) {