Remove unused variables, imports, etc.

This commit is contained in:
James Seibel
2021-09-07 19:52:06 -05:00
parent cf1702bd0c
commit 40321d6e21
8 changed files with 16 additions and 34 deletions
@@ -42,7 +42,7 @@ import com.seibel.lod.util.LodUtil;
* to file.
*
* @author James Seibel
* @version 8-24-2021
* @version 9-7-2021
*/
public class LodDimensionFileHandler
{
@@ -65,10 +65,6 @@ public class LodDimensionFileHandler
* .txt
*/
private static final String FILE_EXTENSION = ".txt";
/**
* lod/
*/
private static final String LOD_FOLDER_NAME = "lod";
/**
* detail-#
*/