cleaned out code after save compression refactor

This commit is contained in:
cola98765
2021-10-18 14:32:32 +02:00
parent 30e9dd1aac
commit f6f7f1043e
2 changed files with 1 additions and 5 deletions
@@ -102,9 +102,7 @@ public class VerticalLevelContainer implements LevelContainer
{
int tempIndex;
int index = 0;
int counter = -1;
long newData;
byte last = 0;
detailLevel = inputData[index];
index++;
maxVerticalData = inputData[index];
@@ -165,8 +163,6 @@ public class VerticalLevelContainer implements LevelContainer
public byte[] toDataString()
{
int index = 0;
int counter = -1;
byte last = -1;
int x = size * size * maxVerticalData;
int tempIndex;
long current;