From ee71c10e7d24f2f39b88fa703c1d22a7394e1efd Mon Sep 17 00:00:00 2001 From: progwml6 Date: Tue, 1 Oct 2013 02:39:39 -0400 Subject: [PATCH] get rid of excess unused code --- src/tconstruct/plugins/fmp/register/RegisterWithFMP.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tconstruct/plugins/fmp/register/RegisterWithFMP.java b/src/tconstruct/plugins/fmp/register/RegisterWithFMP.java index 6e48fd50967..7080fd25902 100644 --- a/src/tconstruct/plugins/fmp/register/RegisterWithFMP.java +++ b/src/tconstruct/plugins/fmp/register/RegisterWithFMP.java @@ -18,7 +18,6 @@ public static void registerBlock (Block block, int metastart, int metaend) //For blocks without metadata values only. public static void registerBlock (Block block) { - new String(block.getUnlocalizedName()); BlockMicroMaterial.createAndRegister(block); } }