X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Ftracetreeitemowner.hpp;h=cfe7bf7b5f5cf0d69ec4acb2faeb61055743092c;hp=58a656d084d0259fa73c29c1d2d46b49dfa05191;hb=33094993339188a3baef302fb09eff6bf6bb6779;hpb=c063290ac7189bdd15221450f598504f43286b43 diff --git a/pv/view/tracetreeitemowner.hpp b/pv/view/tracetreeitemowner.hpp index 58a656d0..cfe7bf7b 100644 --- a/pv/view/tracetreeitemowner.hpp +++ b/pv/view/tracetreeitemowner.hpp @@ -100,14 +100,6 @@ public: */ pair v_extents() const; - /* - * Reassigns background color states to all its children, thereby - * providing them with alternating backgrounds. - * @param next_bgcolour_state First brightness state to use. - * @return The next brightness state to use. - */ - bool reassign_bgcolour_states(bool next_bgcolour_state); - public: virtual void row_item_appearance_changed(bool label, bool content) = 0;