QmlProfiler: Remove unused member

Change-Id: I856ba25dcdbfc5a90a8d7fe1420257a4792e01ab
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Ulf Hermann
2016-07-18 17:57:51 +02:00
parent 11af2f487f
commit cf19a6af07

View File

@@ -98,8 +98,6 @@ private:
QVariant lookup(const FlameGraphData &data, int role) const;
FlameGraphData *pushChild(FlameGraphData *parent, const QmlEvent &data);
int m_selectedTypeIndex;
// used by binding loop detection
QStack<QmlEvent> m_callStack;
FlameGraphData m_stackBottom;