X-Git-Url: http://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fdecode%2Fdecoder.hpp;fp=pv%2Fdata%2Fdecode%2Fdecoder.hpp;h=ac1052e62c9dfcb1cc270455686bfc0b619e003f;hp=e86deccdcfc1a38c1097f1c2f7b886259687e160;hb=883041605ce8536ece950b1de191cfe71068dfba;hpb=30cdef99af65a04ee8c55ab816044c32f7e955ad diff --git a/pv/data/decode/decoder.hpp b/pv/data/decode/decoder.hpp index e86deccd..ac1052e6 100644 --- a/pv/data/decode/decoder.hpp +++ b/pv/data/decode/decoder.hpp @@ -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