From 38db1a87b23e84068c7f176d5a189564078a6260 Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Fri, 25 Oct 2013 16:45:42 +0100 Subject: [PATCH] Removed spurious declaration --- pv/view/decodesignal.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pv/view/decodesignal.h b/pv/view/decodesignal.h index e95c9822..c1b53d57 100644 --- a/pv/view/decodesignal.h +++ b/pv/view/decodesignal.h @@ -70,14 +70,6 @@ public: void delete_pressed(); -private: - - /** - * When painting into the rectangle, calculate the y - * offset of the zero point. - **/ - int get_nominal_offset(const QRect &rect) const; - private slots: void on_new_decode_data(); -- 2.30.2