Skip to content

Commit 48c783d

Browse files
committed
remove useless methods
1 parent f53db65 commit 48c783d

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/main/java/com/glodblock/github/client/gui/GuiFluidCraftAmount.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,4 @@ private void addQty( final int i )
255255
}
256256
}
257257

258-
protected String getBackground()
259-
{
260-
return "guis/craftAmt.png";
261-
}
262258
}

src/main/java/com/glodblock/github/client/gui/GuiPatternValueAmount.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,4 @@ private int getOriginalAmount(ItemStack stack) {
237237
}
238238
}
239239

240-
protected String getBackground() {
241-
return "guis/craftAmt.png";
242-
}
243-
244240
}

0 commit comments

Comments
 (0)