diff options
author | Roberto Raggi <roberto.raggi@nokia.com> | 2009-10-21 16:45:43 +0200 |
---|---|---|
committer | Roberto Raggi <roberto.raggi@nokia.com> | 2009-10-21 17:05:36 +0200 |
commit | 5f04a48f6bfde449522b234cc382f0ed878d5ccf (patch) | |
tree | 57ef7cf03b8b992de7d0ced8052af068c55bc71b /src/plugins/cpptools/cpptoolseditorsupport.h | |
parent | e9a97ea6a4fa4b45d25a8c49b2576cdaf131d49d (diff) | |
download | qt-creator-5f04a48f6bfde449522b234cc382f0ed878d5ccf.tar.gz |
Removed unused member _node in QuickFixOperation
Diffstat (limited to 'src/plugins/cpptools/cpptoolseditorsupport.h')
-rw-r--r-- | src/plugins/cpptools/cpptoolseditorsupport.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/cpptools/cpptoolseditorsupport.h b/src/plugins/cpptools/cpptoolseditorsupport.h index d788ebbb28..86f5867493 100644 --- a/src/plugins/cpptools/cpptoolseditorsupport.h +++ b/src/plugins/cpptools/cpptoolseditorsupport.h @@ -89,7 +89,6 @@ protected: QTextCursor moveAtEndOfToken(unsigned index) const; private: - CPlusPlus::AST *_node; CPlusPlus::Document::Ptr _doc; CPlusPlus::Snapshot _snapshot; QTextCursor _textCursor; |