Skip to content

Commit

Permalink
remove unused record class
Browse files Browse the repository at this point in the history
  • Loading branch information
thiakil committed Nov 14, 2023
1 parent f04adf7 commit 0be5c15
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/mekanism/client/gui/GuiUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,6 @@ public enum TilingDirection {
}
}

private record NineSliceCache(ResourceLocation texture, int x, int y, int width, int height, int sliceWidth, int sliceHeight, int uWidth, int vHeight, int uOffset,
int vOffset, int textureWidth, int textureHeight) {}

// like guiGraphics.blitNineSlicedSized but uses one BufferBuilder
public static void blitNineSlicedSized(GuiGraphics guiGraphics, ResourceLocation texture, int x, int y, int width, int height, int sliceWidth, int sliceHeight, int uWidth, int vHeight, int uOffset, int vOffset, int textureWidth, int textureHeight) {
ProfilerFiller profiler = Minecraft.getInstance().getProfiler();
Expand Down

0 comments on commit 0be5c15

Please sign in to comment.