diff options
| author | nyamatongwe <devnull@localhost> | 2000-07-06 14:17:37 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2000-07-06 14:17:37 +0000 | 
| commit | 76c6debe0d401e5e8219f18669a35ad73fd77b82 (patch) | |
| tree | 529937ee1f3961bfa7bdd9200adcd1541f6974ee /src/ContractionState.cxx | |
| parent | a84bed826e318748cfd2473005ec68c97959156a (diff) | |
| download | scintilla-mirror-76c6debe0d401e5e8219f18669a35ad73fd77b82.tar.gz | |
Optimisations.
Diffstat (limited to 'src/ContractionState.cxx')
| -rw-r--r-- | src/ContractionState.cxx | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/src/ContractionState.cxx b/src/ContractionState.cxx index 456948900..0b987b81b 100644 --- a/src/ContractionState.cxx +++ b/src/ContractionState.cxx @@ -171,12 +171,6 @@ bool ContractionState::SetVisible(int lineDocStart, int lineDocEnd, bool visible  				delta += visible ? 1 : -1;		  				lines[line].visible = visible;  			} -			lines[line].displayLine += delta; -		} -		if (delta != 0) { -			for (int line=lineDocEnd+1; line <= linesInDoc; line++) { -				lines[line].displayLine += delta; -			}  		}  	}  	linesInDisplay += delta; | 
