Removed obsolete code.

This commit is contained in:
Roberto Raggi
2010-05-26 13:55:10 +02:00
parent 51fbf9695c
commit 49c75444bd
2 changed files with 0 additions and 188 deletions

View File

@@ -129,8 +129,6 @@ protected:
Range createRange(CPlusPlus::AST *ast) const; // ### rename me
void reindent(const Range &range);
const QList<CPlusPlus::LookupItem> typeOf(CPlusPlus::ExpressionAST *ast);
private:
CPlusPlus::Document::Ptr _document;
CPlusPlus::Snapshot _snapshot;