]> sigrok.org Git - pulseview.git/blobdiff - pv/view/tracetreeitemowner.hpp
ViewItem: Moved bg_colour_state into ViewItemPaintParams
[pulseview.git] / pv / view / tracetreeitemowner.hpp
index 58a656d084d0259fa73c29c1d2d46b49dfa05191..cfe7bf7b5f5cf0d69ec4acb2faeb61055743092c 100644 (file)
@@ -100,14 +100,6 @@ public:
         */
        pair<int, int> 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;