diff options
author | nyamatongwe <devnull@localhost> | 2010-07-17 10:19:32 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2010-07-17 10:19:32 +1000 |
commit | 3e007a3621c89ee9b41a8bdb4627d15e6199df52 (patch) | |
tree | f3bda2cb4253a81a63616e7052001c80d7b3ade3 /lexers/LexCPP.cxx | |
parent | 0b85fcf801fdb5ac454a17d4dc9b06eb0479df89 (diff) | |
download | scintilla-mirror-3e007a3621c89ee9b41a8bdb4627d15e6199df52.tar.gz |
Removed debugging code.
Diffstat (limited to 'lexers/LexCPP.cxx')
-rw-r--r-- | lexers/LexCPP.cxx | 2 |
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; |