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-Url: http://git.code-monkey.de/?p=pulseview.git;a=commitdiff_plain;h=455935f323eeaf1bf5d153aa0f52d3a4f9edb169 Removed undefined Annotation::set_row and set_pd_index --- 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;