X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Ftrace.hpp;h=a82520ccfdc68fedf589ea8afb326c4b99016fbb;hb=ced0548eac9932f80994bde76c3c2bb7a14a4b54;hp=c0b94df26c00f86fbf61b5d673131e95a472165e;hpb=97904bf71258d3b522b00eb3dcae1efea6bd1298;p=pulseview.git diff --git a/pv/view/trace.hpp b/pv/view/trace.hpp index c0b94df..a82520c 100644 --- a/pv/view/trace.hpp +++ b/pv/view/trace.hpp @@ -95,15 +95,6 @@ public: QRectF label_rect(int right) const; protected: - - /** - * Gets the text colour. - * @remarks This colour is computed by comparing the lightness - * of the trace colour against a threshold to determine whether - * white or black would be more visible. - */ - QColor get_text_colour() const; - /** * Paints a zero axis across the viewport. * @param p the QPainter to paint into.