Cleanup
This commit is contained in:
parent
f0320fef76
commit
89ddf4d623
2 changed files with 0 additions and 6 deletions
|
@ -4,9 +4,6 @@ import java.io.IOException;
|
|||
|
||||
import net.minecraft.client.gui.GuiButton;
|
||||
import net.minecraft.entity.player.InventoryPlayer;
|
||||
|
||||
import org.lwjgl.input.Mouse;
|
||||
|
||||
import appeng.api.config.FuzzyMode;
|
||||
import appeng.api.config.Settings;
|
||||
import appeng.client.gui.widgets.GuiImgButton;
|
||||
|
@ -60,8 +57,6 @@ public class GuiFormationPlane extends GuiUpgradeable
|
|||
{
|
||||
super.actionPerformed( btn );
|
||||
|
||||
boolean backwards = Mouse.isButtonDown( 1 );
|
||||
|
||||
if ( btn == priority )
|
||||
{
|
||||
try
|
||||
|
|
|
@ -42,7 +42,6 @@ public class ToolColorApplicatorRender implements IItemRenderer
|
|||
GL11.glPushMatrix();
|
||||
GL11.glPushAttrib( GL11.GL_ALL_ATTRIB_BITS );
|
||||
|
||||
int direction = 1;
|
||||
if ( type == ItemRenderType.INVENTORY )
|
||||
{
|
||||
GL11.glColor4f( 1, 1, 1, 1.0F );
|
||||
|
|
Loading…
Reference in a new issue