X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Ftracetreeitem.hpp;h=5b0bc6153aadabcdfe377b7e808707a600b9b9ab;hp=d1dd67ccfc7bcbb2ca464f432a770025e1af3af9;hb=59ec98e2b704d918c236e82f41536ce833890fb0;hpb=60938e0430a0d08792ba53b86ca94153baaed74d diff --git a/pv/view/tracetreeitem.hpp b/pv/view/tracetreeitem.hpp index d1dd67cc..5b0bc615 100644 --- a/pv/view/tracetreeitem.hpp +++ b/pv/view/tracetreeitem.hpp @@ -113,14 +113,6 @@ public: */ QPoint point(const QRect &rect) const; - /** - * Sets the new background colour state: false = dark, true = bright. - * This is to allow for alternating backgrounds but has no effect - * when coloured background colours are used. - * @param state New bg color state to use. - */ - void set_bgcolour_state(bool state); - /** * Computes the vertical extents of the contents of this row item. * @return A pair containing the minimum and maximum y-values. @@ -133,8 +125,6 @@ protected: int layout_v_offset_; int visual_v_offset_; - bool bgcolour_state_; - private: QPropertyAnimation v_offset_animation_; };