From a7e6f9a5a8c5bbafbb3f4625c1d2151dab96d46b Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Mon, 11 Jan 2021 18:15:38 +0100 Subject: Remove dead code. --- src/modlistbypriorityproxy.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/modlistbypriorityproxy.h') diff --git a/src/modlistbypriorityproxy.h b/src/modlistbypriorityproxy.h index 5cd66c62..74ecc942 100644 --- a/src/modlistbypriorityproxy.h +++ b/src/modlistbypriorityproxy.h @@ -38,7 +38,6 @@ public: int columnCount(const QModelIndex& index) const override; bool hasChildren(const QModelIndex& parent) const override; - bool setData(const QModelIndex& index, const QVariant& value, int role) override; bool canDropMimeData(const QMimeData* data, Qt::DropAction action, int row, int column, const QModelIndex& parent) const override; bool dropMimeData(const QMimeData* data, Qt::DropAction action, int row, int column, const QModelIndex& parent) override; @@ -79,7 +78,6 @@ private: TreeItem m_Root; std::map m_IndexToItem; - std::set m_CollapsedItems; private: OrganizerCore& m_core; -- cgit v1.3.1