Skip to content

Commit

Permalink
remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
ghzdude committed Jan 29, 2025
1 parent aefa4aa commit 87fdbca
Showing 1 changed file with 0 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,25 +127,6 @@ private Widget<?> createIndicator(PanelSyncManager syncManager) {
});
}

private IDrawable getIndicatorOverlay(Builder builder) {
builder.setAction(this.errorText);
builder.build();
if (!builder.isEmpty()) {
// error
return GTGuiTextures.GREGTECH_LOGO_BLINKING_RED;
}

builder.setAction(this.warningText);
builder.build();
if (!builder.isEmpty()) {
// warn
return GTGuiTextures.GREGTECH_LOGO_BLINKING_YELLOW;
}

// todo getLogo()?
return GTGuiTextures.GREGTECH_LOGO_DARK;
}

/**
* Returns a list of text indicating any current warnings in this Multiblock. <br />
* Recommended to only display warnings if the structure is already formed. <br />
Expand Down

0 comments on commit 87fdbca

Please sign in to comment.