Skip to content

Commit 2c3cb8f

Browse files
committed
remove unused field
1 parent 353212d commit 2c3cb8f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/gregtech/api/recipes/ui/RecipeMapUI.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ public class RecipeMapUI<R extends RecipeMap<?>> {
8080
private Consumer<Widget<?>> extraOverlays = null;
8181
private int width = GTGuis.DEFAULT_WIDTH;
8282
private int height = GTGuis.DEFAULT_HIEGHT;
83-
private boolean isLeftGreater = false;
8483

8584
/**
8685
* @param recipeMap the recipemap corresponding to this ui

0 commit comments

Comments
 (0)