Skip to content

Commit

Permalink
Cleanup imports
Browse files Browse the repository at this point in the history
  • Loading branch information
portablejim committed Feb 26, 2014
1 parent 809f065 commit fdbe852
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Expand Up @@ -6,7 +6,6 @@
import cpw.mods.fml.relauncher.Side;
import tconstruct.TConstruct;
import tconstruct.client.TProxyClient;
import tconstruct.common.TProxyCommon;
import io.netty.buffer.ByteBuf;
import io.netty.channel.ChannelHandlerContext;
import net.minecraft.entity.player.EntityPlayer;
Expand Down
7 changes: 0 additions & 7 deletions src/main/java/tconstruct/util/player/TPlayerHandler.java
@@ -1,11 +1,5 @@
package tconstruct.util.player;

import static io.netty.buffer.Unpooled.*;

import cpw.mods.fml.common.network.FMLNetworkEvent.ClientDisconnectionFromServerEvent;
import io.netty.buffer.ByteBuf;

import java.io.ByteArrayOutputStream;
import java.lang.ref.WeakReference;
import java.util.Random;
import java.util.concurrent.ConcurrentHashMap;
Expand All @@ -28,7 +22,6 @@
import tconstruct.util.config.PHConstruct;
import tconstruct.util.network.packet.AbstractPacket;
import tconstruct.util.network.packet.PacketArmorSync;
import tconstruct.util.network.packet.PacketDoubleJump;
import cpw.mods.fml.common.FMLCommonHandler;
import cpw.mods.fml.common.Loader;
import cpw.mods.fml.common.eventhandler.SubscribeEvent;
Expand Down

0 comments on commit fdbe852

Please sign in to comment.