From: Joel Holdsworth Date: Fri, 25 Oct 2013 15:45:42 +0000 (+0100) Subject: Removed spurious declaration X-Git-Tag: pulseview-0.2.0~227 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=38db1a87b23e84068c7f176d5a189564078a6260 Removed spurious declaration --- 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();