diff options
| author | nyamatongwe <devnull@localhost> | 2011-02-10 09:47:38 +1100 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2011-02-10 09:47:38 +1100 |
| commit | 6e8fc12b830a08904e83050be17b1dd128591979 (patch) | |
| tree | 7757e6ababd4512eab37b12d8c29c698ac1b57e5 /lexers/LexCPP.cxx | |
| parent | 4c09f98c7f268fc6bb72a261cb45de24e86fdbca (diff) | |
| download | scintilla-mirror-6e8fc12b830a08904e83050be17b1dd128591979.tar.gz | |
Removed unnecessary call.
Diffstat (limited to 'lexers/LexCPP.cxx')
| -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 |
