aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--historygraph.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/historygraph.cpp b/historygraph.cpp
index 1a1a579..a6706f9 100644
--- a/historygraph.cpp
+++ b/historygraph.cpp
@@ -54,7 +54,6 @@ HistoryGraph::HistoryItemNode::~HistoryItemNode()
if (m_next) {
delete m_next;
- m_next = 0;
}
}
@@ -102,7 +101,6 @@ HistoryGraph::HistoryGraph(QQuickItem *parent)
HistoryGraph::~HistoryGraph()
{
delete m_firstNode;
- m_firstNode = 0;
}
void HistoryGraph::addHistoryItem(const arma::mat &item)