X-Git-Url: http://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fdecode%2Fannotation.h;h=6d0a19aeb38b2043e680d8e8bac8440a1e92f2e0;hp=64e6db57a0b5462e47d94afa955c8891deff069b;hb=f9101a91fc942a28515872ae6c7285973bd54b91;hpb=d2899ad580eea569f3b167e8c9ebcb913194c6b6 diff --git a/pv/data/decode/annotation.h b/pv/data/decode/annotation.h index 64e6db57..6d0a19ae 100644 --- a/pv/data/decode/annotation.h +++ b/pv/data/decode/annotation.h @@ -39,8 +39,6 @@ public: uint64_t start_sample() const; uint64_t end_sample() const; int format() const; - int row() const; - int pd_index() const; const std::vector& annotations() const; void set_row(int row); @@ -50,8 +48,6 @@ private: uint64_t _start_sample; uint64_t _end_sample; int _format; - int _row; - int _pd_index; std::vector _annotations; };