diff --git a/src/main/java/com/seibel/lod/wrappers/chunk/ChunkGenerator.java b/src/main/java/com/seibel/lod/wrappers/chunk/ChunkGenerator.java deleted file mode 100644 index 56c53f9d7..000000000 --- a/src/main/java/com/seibel/lod/wrappers/chunk/ChunkGenerator.java +++ /dev/null @@ -1,7 +0,0 @@ -package com.seibel.lod.wrappers.chunk; - - -//This class will contain all methods usefull to generate the fake ChunkWrapper -public class ChunkGenerator -{ -}