Small Cleanup
This commit is contained in:
@@ -16,7 +16,6 @@ import de.siphalor.was.game.Storage;
|
|||||||
import de.siphalor.was.game.Transaction;
|
import de.siphalor.was.game.Transaction;
|
||||||
import de.siphalor.was.util.Pair;
|
import de.siphalor.was.util.Pair;
|
||||||
import de.siphalor.was.util.Util;
|
import de.siphalor.was.util.Util;
|
||||||
import de.siphalor.was.visual.ConsoleVisual;
|
|
||||||
import de.siphalor.was.visual.Visual;
|
import de.siphalor.was.visual.Visual;
|
||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
import org.jetbrains.annotations.Nullable;
|
import org.jetbrains.annotations.Nullable;
|
||||||
|
|||||||
@@ -43,10 +43,6 @@ public class Util {
|
|||||||
return packId + "." + path;
|
return packId + "." + path;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static ImageObserver dummyImageObserver() {
|
|
||||||
return (img, infoflags, x, y, width, height) -> false;
|
|
||||||
}
|
|
||||||
|
|
||||||
static {
|
static {
|
||||||
LOGGER = Logger.getLogger("");
|
LOGGER = Logger.getLogger("");
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user