aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexCPP.cxx
diff options
context:
space:
mode:
authornyamatongwe <unknown>2011-01-27 16:45:15 +1100
committernyamatongwe <unknown>2011-01-27 16:45:15 +1100
commit201f983949deb606ea73180328d3399b582ccd1e (patch)
treedbc47fbc4435e191680f0407f5c3d7940d5f8bb8 /lexers/LexCPP.cxx
parente9e464e7fcf63054a86b2dd8450478007441b39a (diff)
downloadscintilla-mirror-201f983949deb606ea73180328d3399b582ccd1e.tar.gz
Dropped inclusion of PropSetSimple.h in lexers which do not use PropSetSimple directly.
Dropped declaration not needed in LexCPP.
Diffstat (limited to 'lexers/LexCPP.cxx')
-rw-r--r--lexers/LexCPP.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/lexers/LexCPP.cxx b/lexers/LexCPP.cxx
index fa14246c4..ce7bfbc7b 100644
--- a/lexers/LexCPP.cxx
+++ b/lexers/LexCPP.cxx
@@ -26,7 +26,6 @@
#include "Scintilla.h"
#include "SciLexer.h"
-#include "PropSetSimple.h"
#include "WordList.h"
#include "LexAccessor.h"
#include "Accessor.h"
@@ -310,7 +309,6 @@ class LexerCPP : public ILexer {
CharacterSet setLogicalOp;
PPStates vlls;
std::vector<PPDefinition> ppDefineHistory;
- PropSetSimple props;
WordList keywords;
WordList keywords2;
WordList keywords3;