mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 18:26:01 +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;
|
fMaxHeight=height;
|
||||||
}
|
}
|
||||||
public void setWindow(int startLine, int size) {
|
public void setWindow(int startLine, int size) {
|
||||||
assert startLine+size<=getHeight()||throwRuntimeException();
|
|
||||||
fWindowStartLine=startLine;
|
fWindowStartLine=startLine;
|
||||||
fWindowSize=size;
|
fWindowSize=size;
|
||||||
fData.setDimensions(fWindowSize, getWidth());
|
fData.setDimensions(fWindowSize, getWidth());
|
||||||
|
|
Loading…
Add table
Reference in a new issue