mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
remove unused ModuleType/Builder#getBigIcon according to this commit a09fc34ef2 (diff-6180cd1c5f27463e1236dfdea209a49c)
(#60)
This commit is contained in:
parent
825956dde6
commit
77113c1a6d
@ -40,10 +40,6 @@ public class DemoModuleType extends ModuleType<DemoModuleBuilder> {
|
|||||||
return "Demo Module Type";
|
return "Demo Module Type";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public Icon getBigIcon() {
|
|
||||||
return AllIcons.General.Information;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Icon getNodeIcon(@Deprecated boolean b) {
|
public Icon getNodeIcon(@Deprecated boolean b) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user