aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexCPP.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-07-17 10:19:32 +1000
committernyamatongwe <devnull@localhost>2010-07-17 10:19:32 +1000
commit3e007a3621c89ee9b41a8bdb4627d15e6199df52 (patch)
treef3bda2cb4253a81a63616e7052001c80d7b3ade3 /lexers/LexCPP.cxx
parent0b85fcf801fdb5ac454a17d4dc9b06eb0479df89 (diff)
downloadscintilla-mirror-3e007a3621c89ee9b41a8bdb4627d15e6199df52.tar.gz
Removed debugging code.
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 73ba70a42..046607c40 100644
--- a/lexers/LexCPP.cxx
+++ b/lexers/LexCPP.cxx
@@ -192,8 +192,6 @@ struct OptionsCPP {
bool foldPreprocessor;
bool foldCompact;
bool foldAtElse;
- int OO_i;
- std::string OO_s;
OptionsCPP() {
stylingWithinPreprocessor = false;
identifiersAllowDollars = true;