useless comment

This commit is contained in:
Matthew Kennedy 2024-08-29 22:40:53 -07:00
parent 03ac7f15f4
commit 227723484c
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ char* itoa10(char *p, int num);
bool strEqualCaseInsensitive(const char *str1, const char *str2); bool strEqualCaseInsensitive(const char *str1, const char *str2);
bool strEqual(const char *str1, const char *str2); bool strEqual(const char *str1, const char *str2);
// Currently used by air-interp. tCharge mode (see EngineState::updateTChargeK()).
float limitRateOfChange(float newValue, float oldValue, float incrLimitPerSec, float decrLimitPerSec, float secsPassed); float limitRateOfChange(float newValue, float oldValue, float incrLimitPerSec, float decrLimitPerSec, float secsPassed);
bool isPhaseInRange(float test, float current, float next); bool isPhaseInRange(float test, float current, float next);