]> sigrok.org Git - pulseview.git/commitdiff
Removed undefined Annotation::set_row and set_pd_index
authorJoel Holdsworth <redacted>
Wed, 5 Mar 2014 20:25:07 +0000 (21:25 +0100)
committerJoel Holdsworth <redacted>
Thu, 13 Mar 2014 17:00:33 +0000 (17:00 +0000)
pv/data/decode/annotation.h

index 6d0a19aeb38b2043e680d8e8bac8440a1e92f2e0..0d7fd5d5e59441e8ed9a81d7993fe7fa97340d47 100644 (file)
@@ -41,9 +41,6 @@ public:
        int format() const;
        const std::vector<QString>& annotations() const;
 
        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;
 private:
        uint64_t _start_sample;
        uint64_t _end_sample;