mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
ArduCopter: remove Log_Write_Performance which is not called anywhere
This commit is contained in:
parent
3af006019b
commit
45d484c0ba
@ -782,7 +782,6 @@ private:
|
||||
|
||||
// Log.cpp
|
||||
void Log_Write_Control_Tuning();
|
||||
void Log_Write_Performance();
|
||||
void Log_Write_Attitude();
|
||||
void Log_Write_EKF_POS();
|
||||
void Log_Write_MotBatt();
|
||||
|
@ -631,7 +631,6 @@ void Copter::log_init(void)
|
||||
#else // LOGGING_ENABLED
|
||||
|
||||
void Copter::Log_Write_Control_Tuning() {}
|
||||
void Copter::Log_Write_Performance() {}
|
||||
void Copter::Log_Write_Attitude(void) {}
|
||||
void Copter::Log_Write_EKF_POS() {}
|
||||
void Copter::Log_Write_MotBatt() {}
|
||||
|
Loading…
Reference in New Issue
Block a user