aboutsummaryrefslogtreecommitdiff
path: root/runtime/src/main/java/me/shedaniel/rei/gui/PreRecipeViewingScreen.java
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/src/main/java/me/shedaniel/rei/gui/PreRecipeViewingScreen.java')
-rw-r--r--runtime/src/main/java/me/shedaniel/rei/gui/PreRecipeViewingScreen.java1
1 files changed, 0 insertions, 1 deletions
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<Widget> widgets;
protected long start;