Skip to content

Commit 6b5159d

Browse files
committed
remove unused method
1 parent 7a332ba commit 6b5159d

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

src/main/java/gregtech/api/metatileentity/multiblock/ui/MultiblockUIFactory.java

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -127,25 +127,6 @@ private Widget<?> createIndicator(PanelSyncManager syncManager) {
127127
});
128128
}
129129

130-
private IDrawable getIndicatorOverlay(Builder builder) {
131-
builder.setAction(this.errorText);
132-
builder.build();
133-
if (!builder.isEmpty()) {
134-
// error
135-
return GTGuiTextures.GREGTECH_LOGO_BLINKING_RED;
136-
}
137-
138-
builder.setAction(this.warningText);
139-
builder.build();
140-
if (!builder.isEmpty()) {
141-
// warn
142-
return GTGuiTextures.GREGTECH_LOGO_BLINKING_YELLOW;
143-
}
144-
145-
// todo getLogo()?
146-
return GTGuiTextures.GREGTECH_LOGO_DARK;
147-
}
148-
149130
/**
150131
* Returns a list of text indicating any current warnings in this Multiblock. <br />
151132
* Recommended to only display warnings if the structure is already formed. <br />

0 commit comments

Comments
 (0)