From f5b59076cece9e95e76158b17b64fec27616b68b Mon Sep 17 00:00:00 2001 From: shedaniel Date: Tue, 5 Jan 2021 12:47:39 +0800 Subject: Configs for syntax highlighting Signed-off-by: shedaniel --- runtime/src/main/java/me/shedaniel/rei/gui/PreRecipeViewingScreen.java | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/src/main/java/me/shedaniel/rei/gui/PreRecipeViewingScreen.java') diff --git a/runtime/src/main/java/me/shedaniel/rei/gui/PreRecipeViewingScreen.java b/runtime/src/main/java/me/shedaniel/rei/gui/PreRecipeViewingScreen.java index bc114868b..1bf8173e8 100644 --- a/runtime/src/main/java/me/shedaniel/rei/gui/PreRecipeViewingScreen.java +++ b/runtime/src/main/java/me/shedaniel/rei/gui/PreRecipeViewingScreen.java @@ -53,7 +53,6 @@ import java.util.List; @ApiStatus.Internal public class PreRecipeViewingScreen extends Screen { - private static final ResourceLocation IDENTIFIER = new ResourceLocation("roughlyenoughitems", "textures/gui/screenshot.png"); private final List widgets; protected long start; -- cgit