X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Frowitem.hpp;fp=pv%2Fview%2Frowitem.hpp;h=91c84d352a1dd094a411dc6b44681d020d185e13;hp=aca4fa83ecbb24bc4f372f25311e643b9a14c13c;hb=4a5c385ee6a9ce387e0fe908f4d9367aa96d8342;hpb=689dea92f288564260ef521f6f499e03e3cdbbd2 diff --git a/pv/view/rowitem.hpp b/pv/view/rowitem.hpp index aca4fa83..91c84d35 100644 --- a/pv/view/rowitem.hpp +++ b/pv/view/rowitem.hpp @@ -134,13 +134,6 @@ public: */ virtual void paint_label(QPainter &p, const QRect &rect, bool hover) = 0; - /** - * Computes the outline rectangle of a label. - * @param rect the rectangle of the header area. - * @return Returns the rectangle of the signal label. - */ - virtual QRectF label_rect(const QRectF &rect) const = 0; - public: virtual void hover_point_changed();