X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdata%2Fdecode%2Fannotation.h;h=0d7fd5d5e59441e8ed9a81d7993fe7fa97340d47;hb=455935f323eeaf1bf5d153aa0f52d3a4f9edb169;hp=6d0a19aeb38b2043e680d8e8bac8440a1e92f2e0;hpb=1d7edbbdee97217630fed14cc39883d715633f26;p=pulseview.git diff --git a/pv/data/decode/annotation.h b/pv/data/decode/annotation.h index 6d0a19a..0d7fd5d 100644 --- a/pv/data/decode/annotation.h +++ b/pv/data/decode/annotation.h @@ -41,9 +41,6 @@ public: int format() const; const std::vector& annotations() const; - void set_row(int row); - void set_pd_index(int pd_index); - private: uint64_t _start_sample; uint64_t _end_sample;