removed unused private method getCodePanel(int)

上级 5c94e0bc
......@@ -95,14 +95,6 @@ class TabbedPane extends JTabbedPane {
return panel;
}
private CodePanel getCodePanel(int index) {
Component component = getComponent(index);
if (component instanceof CodePanel) {
return (CodePanel) component;
}
return null;
}
CodePanel getSelectedCodePanel() {
return (CodePanel) getSelectedComponent();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册