]> sigrok.org Git - pulseview.git/blobdiff - pv/data/decode/annotation.h
Removed undefined Annotation::set_row and set_pd_index
[pulseview.git] / pv / data / decode / annotation.h
index 6d0a19aeb38b2043e680d8e8bac8440a1e92f2e0..0d7fd5d5e59441e8ed9a81d7993fe7fa97340d47 100644 (file)
@@ -41,9 +41,6 @@ public:
        int format() const;
        const std::vector<QString>& annotations() const;
 
-       void set_row(int row);
-       void set_pd_index(int pd_index);
-
 private:
        uint64_t _start_sample;
        uint64_t _end_sample;