Commit 4abcf9ea authored by Don Gagne's avatar Don Gagne

Remove unused variable

parent 59df4100
......@@ -283,8 +283,6 @@ bool RallyPointController::rallyPointsSupported(void) const
void RallyPointController::removePoint(QObject* rallyPoint)
{
QObject* prevPoint = _points[0];
int foundIndex = 0;
for (foundIndex=0; foundIndex<_points.count(); foundIndex++) {
if (_points[foundIndex] == rallyPoint) {
......
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