Dead Vars

This commit is contained in:
AlgorithmX2 2013-12-28 15:05:32 -06:00
parent d181964f4c
commit d3ab932371
1 changed files with 0 additions and 2 deletions

View File

@ -26,11 +26,9 @@ public class GridStorageCache implements IStorageGrid
final HashSet<ICellContainer> cellContainers = new HashSet();
final IGrid myGrid;
private IItemList<IAEItemStack> previousItemSet;
private NetworkInventoryHandler<IAEItemStack> myItemNetwork;
private NetworkMonitor<IAEItemStack> itemMonitor = new NetworkMonitor<IAEItemStack>( this, StorageChannel.ITEMS );
private IItemList<IAEFluidStack> previousFluidSet;
private NetworkInventoryHandler<IAEFluidStack> myFluidNetwork;
private NetworkMonitor<IAEFluidStack> fluidMonitor = new NetworkMonitor<IAEFluidStack>( this, StorageChannel.FLUIDS );