mirror of https://github.com/ArduPilot/ardupilot
AP_GPS: remove unimplemented method declarations
This commit is contained in:
parent
608d6d0a5f
commit
4334a92ac9
|
@ -557,10 +557,8 @@ private:
|
|||
void _verify_rate(uint8_t msg_class, uint8_t msg_id, uint8_t rate);
|
||||
|
||||
void unexpected_message(void);
|
||||
void write_logging_headers(void);
|
||||
void log_mon_hw(void);
|
||||
void log_mon_hw2(void);
|
||||
void log_mon_ver(void);
|
||||
void log_rxm_raw(const struct ubx_rxm_raw &raw);
|
||||
void log_rxm_rawx(const struct ubx_rxm_rawx &raw);
|
||||
|
||||
|
|
Loading…
Reference in New Issue