]> sigrok.org Git - pulseview.git/blobdiff - pv/data/decode/decoder.hpp
Continue work on SRD_OUTPUT_LOGIC
[pulseview.git] / pv / data / decode / decoder.hpp
index e86deccdcfc1a38c1097f1c2f7b886259687e160..ac1052e62c9dfcb1cc270455686bfc0b619e003f 100644 (file)
@@ -90,10 +90,9 @@ struct DecodeChannel
 };
 
 struct DecoderLogicOutputChannel {
-       DecoderLogicOutputChannel (QString id, QString desc, uint64_t sr) :
-               id(id), desc(desc), samplerate(sr) {};
+       DecoderLogicOutputChannel (QString id, QString desc) :
+               id(id), desc(desc) {};
        QString id, desc;
-       uint64_t samplerate;
 };
 
 struct DecodeBinaryClassInfo