aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2010-07-17 10:19:32 +1000
committernyamatongwe <unknown>2010-07-17 10:19:32 +1000
commit6ecb50e123e4fd7be3ce128306295d5acf58376d (patch)
tree4e5aa060bdd5b92bd36d9f3b255b6d00f2f9dd65
parentbd4470c941b8e59e25247b6c2a2f3757e4a02ab2 (diff)
downloadscintilla-mirror-6ecb50e123e4fd7be3ce128306295d5acf58376d.tar.gz
Removed debugging code.
-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;