aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexCPP.cxx
diff options
context:
space:
mode:
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;