Skip to content

Commit 2e5777a

Browse files
committed
clear
1 parent 12bb806 commit 2e5777a

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

src/main/java/aekeylegacy/client/AEKeyRenderer.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818

1919
package aekeylegacy.client;
2020

21-
import java.text.DecimalFormat;
22-
import java.math.RoundingMode;
23-
2421
import net.minecraft.client.Minecraft;
2522
import net.minecraft.client.gui.FontRenderer;
2623
import net.minecraft.client.renderer.GlStateManager;
@@ -38,13 +35,6 @@
3835

3936
@SideOnly(Side.CLIENT)
4037
public class AEKeyRenderer {
41-
private static final DecimalFormat TRUNCATED_FORMAT = new DecimalFormat("#.##");
42-
43-
static {
44-
TRUNCATED_FORMAT.setRoundingMode(RoundingMode.DOWN);
45-
TRUNCATED_FORMAT.setDecimalSeparatorAlwaysShown(false);
46-
}
47-
4838
private AEKeyRenderer() {
4939
}
5040

0 commit comments

Comments
 (0)