File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
src/main/java/gregtech/api/metatileentity/multiblock/ui Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff 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 />
You can’t perform that action at this time.
0 commit comments