1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 16:55:20 +03:00

Dead code removed

This commit is contained in:
Bertrand Songis 2016-04-26 12:48:38 +02:00
parent 3693f34a41
commit 34444aedb2
2 changed files with 0 additions and 15 deletions

View file

@ -1674,9 +1674,6 @@ extern uint8_t s_frsky_view;
#define EARTH_RADIUSKM ((uint32_t)6371)
#define EARTH_RADIUS ((uint32_t)111194)
#if defined(PCBTARANIS) || defined(PCBFLAMENCO) || defined(PCBHORUS)
double gpsToDouble(bool neg, int16_t bp, int16_t ap);
#endif
void getGpsPilotPosition();
void getGpsDistance();
void varioWakeup();