From 424b9724d6dc4f860cfb8da17d51a715684ad94c Mon Sep 17 00:00:00 2001 From: Erik Verbruggen Date: Fri, 4 Jun 2010 12:37:26 +0200 Subject: Revert "Introduced a token cache for the C++ editor." This reverts commit c2393df02332618c8cf6159d9d6f6a40041ced89. --- src/plugins/cpptools/cpptoolseditorsupport.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/plugins/cpptools/cpptoolseditorsupport.h') diff --git a/src/plugins/cpptools/cpptoolseditorsupport.h b/src/plugins/cpptools/cpptoolseditorsupport.h index 61fed38d3c..882a9ac9aa 100644 --- a/src/plugins/cpptools/cpptoolseditorsupport.h +++ b/src/plugins/cpptools/cpptoolseditorsupport.h @@ -36,7 +36,6 @@ #include #include #include -#include QT_BEGIN_NAMESPACE class QTimer; @@ -73,8 +72,6 @@ public: QString contents(); unsigned editorRevision() const; - CPlusPlus::TokenCache *tokenCache(); - Q_SIGNALS: void contentsChanged(); @@ -92,7 +89,6 @@ private: QFuture _documentParser; QString _cachedContents; unsigned _revision; - CPlusPlus::TokenCache _tokenCache; }; } // namespace Internal -- cgit v1.2.1