mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
log console: remove unused method
GitOrigin-RevId: 41872010f0c36c6b0fd7b4e921902f90da1bdd05
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c30fe2b3cf
commit
1fbcf88180
@@ -37,7 +37,6 @@ import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
import javax.swing.*;
|
||||
import javax.swing.event.ChangeEvent;
|
||||
import java.awt.*;
|
||||
import java.awt.event.ActionEvent;
|
||||
import java.awt.event.ActionListener;
|
||||
@@ -250,10 +249,6 @@ public abstract class LogConsoleBase extends AdditionalTabComponent implements L
|
||||
}
|
||||
}
|
||||
|
||||
public void stateChanged(final ChangeEvent e) {
|
||||
activate();
|
||||
}
|
||||
|
||||
@NotNull
|
||||
@Override
|
||||
public String getTabTitle() {
|
||||
|
||||
Reference in New Issue
Block a user