X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Ftracetreeitemowner.hpp;h=cfe7bf7b5f5cf0d69ec4acb2faeb61055743092c;hp=92aae37f5590b12a5080083c2f3dbba73815106a;hb=33094993339188a3baef302fb09eff6bf6bb6779;hpb=6f925ba9d6faf1077b73c5a5808259576081716a diff --git a/pv/view/tracetreeitemowner.hpp b/pv/view/tracetreeitemowner.hpp index 92aae37f..cfe7bf7b 100644 --- a/pv/view/tracetreeitemowner.hpp +++ b/pv/view/tracetreeitemowner.hpp @@ -75,8 +75,7 @@ public: /** * Returns a list of row items owned by this object. */ - vector< shared_ptr > - trace_tree_child_items() const; + vector< shared_ptr > trace_tree_child_items() const; /** * Clears the list of child items. @@ -101,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;