Remove SignalBase::A2LChannel
[pulseview.git] / pv / data / signalbase.hpp
index 1675ed0abefea1c9c94ec151e4f3705d339646e4..fd7c38f5ea627d768830170db4768d46ad81fd69 100644 (file)
@@ -63,7 +63,6 @@ public:
                AnalogChannel = 1, ///< Analog data
                LogicChannel,  ///< Logic data
                DecodeChannel, ///< Protocol Decoder channel using libsigrokdecode
-               A2LChannel,    ///< Analog converted to logic, joint representation
                MathChannel    ///< Virtual channel generated by math operations
        };