mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 22:22:11 +02:00
Terminal: Remove invalid assertion. Was commented out for a long time
but accidently reenabled by commit
eacc6dd5ba
This commit is contained in:
parent
8293ee73c0
commit
2cdbba52ba
1 changed files with 0 additions and 1 deletions
|
@ -165,7 +165,6 @@ public class TerminalTextDataWindow implements ITerminalTextData {
|
|||
fMaxHeight=height;
|
||||
}
|
||||
public void setWindow(int startLine, int size) {
|
||||
assert startLine+size<=getHeight()||throwRuntimeException();
|
||||
fWindowStartLine=startLine;
|
||||
fWindowSize=size;
|
||||
fData.setDimensions(fWindowSize, getWidth());
|
||||
|
|
Loading…
Add table
Reference in a new issue