Removed unused variables in WaypointMovementGenerator
This commit is contained in:
parent
2b2e299ccc
commit
59eb9a56a8
1 changed files with 0 additions and 2 deletions
|
|
@ -287,8 +287,6 @@ void FlightPathMovementGenerator::LoadPath(Player* player)
|
|||
TaxiPathNodeList const& nodes = sTaxiPathNodesByPath[path];
|
||||
if (!nodes.empty())
|
||||
{
|
||||
TaxiPathNodeEntry const* start = nodes[0];
|
||||
TaxiPathNodeEntry const* end = nodes[nodes.size() - 1];
|
||||
for (uint32 i = 0; i < nodes.size(); ++i)
|
||||
i_path.push_back(nodes[i]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue