From b9d641bb7965f4843ffa2964c376712d351eb504 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Wed, 17 Nov 2021 22:27:03 -0600 Subject: [PATCH] Delete ChunkGenerator.java It wasn't used --- .../java/com/seibel/lod/wrappers/chunk/ChunkGenerator.java | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/main/java/com/seibel/lod/wrappers/chunk/ChunkGenerator.java 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 -{ -}