dead code

This commit is contained in:
rusefi 2019-06-16 16:50:02 -04:00
parent 1e3758c6d3
commit 8f90a5b291
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
package com.rusefi.ui.widgets;
import com.rusefi.core.Sensor;
/**
* 7/11/13
* (c) Andrey Belomutskiy
*/
public class AdcDebugControl extends BooleanFlagControlPanel {
public AdcDebugControl() {
super("Adc Debug", "");
installStatusReader(Sensor.ADC_STATUS);
installCommand("adcDebug ");
}
}