Commit 59df4100 authored by Don Gagne's avatar Don Gagne

Remove unused variable

parent 5c465846
......@@ -287,7 +287,6 @@ void RallyPointController::removePoint(QObject* rallyPoint)
int foundIndex = 0;
for (foundIndex=0; foundIndex<_points.count(); foundIndex++) {
prevPoint = _points[foundIndex];
if (_points[foundIndex] == rallyPoint) {
_points.removeOne(rallyPoint);
rallyPoint->deleteLater();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment