diff options
author | nyamatongwe <devnull@localhost> | 2000-04-01 02:01:28 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-04-01 02:01:28 +0000 |
commit | dda4ea2c804522c57e6dc2e4ae1ab1bb8b0ac073 (patch) | |
tree | a4a8d14a669ffe05bef03dc47f76262bc25b2e41 /src/ContractionState.cxx | |
parent | a54fa180f65c6664ecd707cd9953f0781eaefed6 (diff) | |
download | scintilla-mirror-dda4ea2c804522c57e6dc2e4ae1ab1bb8b0ac073.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; |