X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Ftracetreeitemowner.hpp;h=cfe7bf7b5f5cf0d69ec4acb2faeb61055743092c;hp=58a656d084d0259fa73c29c1d2d46b49dfa05191;hb=59ec98e2b704d918c236e82f41536ce833890fb0;hpb=60938e0430a0d08792ba53b86ca94153baaed74d diff --git a/pv/view/tracetreeitemowner.hpp b/pv/view/tracetreeitemowner.hpp index 58a656d..cfe7bf7 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;