[github] Remove createActions() duplicating its parent in DialogWrapper

This commit is contained in:
Kirill Likhodedov
2013-08-09 18:58:14 +04:00
parent 336d0373ab
commit db1fb06705
@@ -62,11 +62,6 @@ public class GithubCreateGistDialog extends DialogWrapper {
init();
}
@NotNull
protected Action[] createActions() {
return new Action[] {getOKAction(), getCancelAction(), getHelpAction()};
}
@Override
protected JComponent createCenterPanel() {
return myGithubCreateGistPanel.getPanel();