Skip to content

Commit

Permalink
Remove unneeded api
Browse files Browse the repository at this point in the history
  • Loading branch information
DonLakeFlyer committed Nov 1, 2014
1 parent 8e77012 commit 7f9bb2d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions src/QGC.cc
Expand Up @@ -94,9 +94,4 @@ double limitAngleToPMPId(double angle)
return angle;
}

int applicationVersion()
{
return APPLICATIONVERSION;
}

}
1 change: 0 additions & 1 deletion src/QGC.h
Expand Up @@ -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;

Expand Down

0 comments on commit 7f9bb2d

Please sign in to comment.