X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Ftracetreeitem.cpp;h=a70ca32cf80c3b952baaa9707ab140e0f479c300;hb=59ec98e2b704d918c236e82f41536ce833890fb0;hp=5b3cf58735e4ae17e690bc74342b76806c5ab202;hpb=efdec55aec1a137460fa362a381ed1904182bfed;p=pulseview.git diff --git a/pv/view/tracetreeitem.cpp b/pv/view/tracetreeitem.cpp index 5b3cf58..a70ca32 100644 --- a/pv/view/tracetreeitem.cpp +++ b/pv/view/tracetreeitem.cpp @@ -17,7 +17,7 @@ * along with this program; if not, see . */ -#include +#include #include "view.hpp" @@ -138,11 +138,6 @@ QPoint TraceTreeItem::point(const QRect &rect) const return QPoint(rect.right(), get_visual_y()); } -void TraceTreeItem::set_bgcolour_state(bool state) -{ - bgcolour_state_ = state; -} - } // namespace TraceView } // namespace views } // namespace pv