From 455935f323eeaf1bf5d153aa0f52d3a4f9edb169 Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Wed, 5 Mar 2014 21:25:07 +0100 Subject: [PATCH] Removed undefined Annotation::set_row and set_pd_index --- pv/data/decode/annotation.h | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.30.2