Removed unused member _node in QuickFixOperation

This commit is contained in:
Roberto Raggi
2009-10-21 16:45:43 +02:00
parent e9a97ea6a4
commit 5f04a48f6b

View File

@@ -89,7 +89,6 @@ protected:
QTextCursor moveAtEndOfToken(unsigned index) const;
private:
CPlusPlus::AST *_node;
CPlusPlus::Document::Ptr _doc;
CPlusPlus::Snapshot _snapshot;
QTextCursor _textCursor;