remove unused ModuleType/Builder#getBigIcon according to this commit a09fc34ef2 (diff-6180cd1c5f27463e1236dfdea209a49c) (#60)

This commit is contained in:
Yao 2017-11-04 23:00:07 +08:00 committed by Sergey Ignatov
parent 825956dde6
commit 77113c1a6d

View File

@ -40,10 +40,6 @@ public class DemoModuleType extends ModuleType<DemoModuleBuilder> {
return "Demo Module Type";
}
@Override
public Icon getBigIcon() {
return AllIcons.General.Information;
}
@Override
public Icon getNodeIcon(@Deprecated boolean b) {