diff options
author | nyamatongwe <unknown> | 2011-02-10 09:47:38 +1100 |
---|---|---|
committer | nyamatongwe <unknown> | 2011-02-10 09:47:38 +1100 |
commit | 30d0696a6846758ec1c98a6919e525711780fe65 (patch) | |
tree | 3ee23a55468916c8d9a8d7e9feded689ca45772b | |
parent | f1cc26a3403508ce34c07c3975f2acb677c08e19 (diff) | |
download | scintilla-mirror-30d0696a6846758ec1c98a6919e525711780fe65.tar.gz |
Removed unnecessary call.
-rw-r--r-- | lexers/LexCPP.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lexers/LexCPP.cxx b/lexers/LexCPP.cxx index ce7bfbc7b..cb021b244 100644 --- a/lexers/LexCPP.cxx +++ b/lexers/LexCPP.cxx @@ -851,7 +851,6 @@ void SCI_METHOD LexerCPP::Lex(unsigned int startPos, int length, int initStyle, if (definitionsChanged) styler.ChangeLexerState(startPos, startPos + length); sc.Complete(); - styler.Flush(); } // Store both the current line's fold level and the next lines in the |