提交 93fafcf8 编写于 作者: S skylot

Merge pull request #5 from dnet/master

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