removing unused method

This commit is contained in:
rusefi 2017-06-22 08:59:07 +03:00
parent 8b2c9f8d33
commit 3aedc28bca
2 changed files with 0 additions and 5 deletions

View File

@ -220,10 +220,6 @@ static void showMapStats(void) {
scheduleMsg(logger, "per revolution %d", measurementsPerRevolution);
}
float getMapVoltage(void) {
return v_averagedMapValue;
}
#if EFI_PROD_CODE || defined(__DOXYGEN__)
/**

View File

@ -21,7 +21,6 @@ bool hasMapSensor(DECLARE_ENGINE_PARAMETER_SIGNATURE);
* @return MAP value averaged within a window of measurement
*/
float getMap(void);
float getMapVoltage(void);
float getMapByVoltage(float voltage DECLARE_ENGINE_PARAMETER_SUFFIX);
float decodePressure(float voltage, air_pressure_sensor_config_s * mapConfig DECLARE_ENGINE_PARAMETER_SUFFIX);
float validateMap(float mapKPa DECLARE_ENGINE_PARAMETER_SUFFIX);