Skip to content

Commit 415a033

Browse files
Perform clean code of debug/org.eclipse.ui.console
1 parent 24be9b0 commit 415a033

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

debug/org.eclipse.ui.console/src/org/eclipse/ui/console/TextConsoleViewer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,6 @@ protected void internalRevealRange(int start, int end) {
788788
int top = textWidget.getTopIndex();
789789
if (top > -1) {
790790
// scroll vertically
791-
@SuppressWarnings("deprecation")
792791
int lines = getVisibleLinesInViewport();
793792
int bottom = top + lines;
794793

0 commit comments

Comments
 (0)