Commit 7f9bb2dc authored by Don Gagne's avatar Don Gagne

Remove unneeded api

parent 8e770124
......@@ -94,9 +94,4 @@ double limitAngleToPMPId(double angle)
return angle;
}
int applicationVersion()
{
return APPLICATIONVERSION;
}
}
......@@ -93,7 +93,6 @@ qreal groundTimeSeconds();
float limitAngleToPMPIf(float angle);
/** @brief Returns the angle limited to -pi - pi */
double limitAngleToPMPId(double angle);
int applicationVersion();
const static int MAX_FLIGHT_TIME = 60 * 60 * 24 * 21;
......
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