From 3e0957cfe221ff0acb16bebd0d32744c950538c8 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Thu, 23 Jan 2014 14:29:30 +0100 Subject: [PATCH] QmlJSEditor: Remove unused member Change-Id: I1a7ff8f409b535761c3a8b777febbfb0c0ed8cdd Reviewed-by: Eike Ziller --- src/plugins/qmljseditor/qmljseditor.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugins/qmljseditor/qmljseditor.h b/src/plugins/qmljseditor/qmljseditor.h index d3fe73133a8..ce2ce7ed57f 100644 --- a/src/plugins/qmljseditor/qmljseditor.h +++ b/src/plugins/qmljseditor/qmljseditor.h @@ -177,8 +177,6 @@ private: QModelIndex indexForPosition(unsigned cursorPosition, const QModelIndex &rootIndex = QModelIndex()) const; bool hideContextPane(); - const Core::Context m_context; - QTimer *m_updateDocumentTimer; QTimer *m_updateUsesTimer; QTimer *m_updateSemanticInfoTimer;