From: Joel Holdsworth Date: Wed, 5 Mar 2014 20:25:07 +0000 (+0100) Subject: Removed undefined Annotation::set_row and set_pd_index X-Git-Tag: pulseview-0.2.0~19 X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=455935f323eeaf1bf5d153aa0f52d3a4f9edb169;p=pulseview.git Removed undefined Annotation::set_row and set_pd_index --- diff --git a/pv/data/decode/annotation.h b/pv/data/decode/annotation.h index 6d0a19ae..0d7fd5d5 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;