1
0
Fork 0
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:
Uwe Stieber 2014-06-06 11:05:49 +02:00
parent 8293ee73c0
commit 2cdbba52ba

View file

@ -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());