Skip to content

Commit

Permalink
get rid of excess unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
progwml6 committed Oct 1, 2013
1 parent 2b48c2f commit ee71c10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tconstruct/plugins/fmp/register/RegisterWithFMP.java
Expand Up @@ -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);
}
}

0 comments on commit ee71c10

Please sign in to comment.