X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Ftracetreeitem.cpp;h=a70ca32cf80c3b952baaa9707ab140e0f479c300;hb=64a21e782d6c9081f13f8398e6408c13648d1d14;hp=d859ebbb231471d8537a717046eebd5c7f996402;hpb=f4e57597347e47a4ea58fbdc7b0a22e07f1c0ede;p=pulseview.git diff --git a/pv/view/tracetreeitem.cpp b/pv/view/tracetreeitem.cpp index d859ebbb..a70ca32c 100644 --- a/pv/view/tracetreeitem.cpp +++ b/pv/view/tracetreeitem.cpp @@ -14,11 +14,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ -#include +#include #include "view.hpp" @@ -139,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