diff options
author | nyamatongwe <unknown> | 2000-04-01 02:01:28 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-04-01 02:01:28 +0000 |
commit | 0e6e05226f69f7bdd5fe4415a43be5be882b414c (patch) | |
tree | a4a8d14a669ffe05bef03dc47f76262bc25b2e41 /src/ContractionState.cxx | |
parent | c7b2ff7108860ebc5c8bd56f435ca31b3b4c4065 (diff) | |
download | scintilla-mirror-0e6e05226f69f7bdd5fe4415a43be5be882b414c.tar.gz |
Fixed warnings from Borland compiler.
Diffstat (limited to 'src/ContractionState.cxx')
-rw-r--r-- | src/ContractionState.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ContractionState.cxx b/src/ContractionState.cxx index 816d06aae..aedd1c3ec 100644 --- a/src/ContractionState.cxx +++ b/src/ContractionState.cxx @@ -30,7 +30,6 @@ void ContractionState::MakeValid() const { if (!valid) { // Could be cleverer by keeping the index of the last still valid entry // rather than invalidating all. - int linePrev = -1; int lineDisplay = 0; for (int line=0; line<linesInDoc; line++) { lines[line].displayLine = lineDisplay; |