From 4c205aaaf26b65ed6f5ada09b894345f131d5be7 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 26 Oct 2024 00:52:53 +0500 Subject: upd: code cleanup --- core/src/kz/ilotterytea/maxon/MaxonConstants.java | 4 ---- 1 file changed, 4 deletions(-) (limited to 'core/src/kz/ilotterytea/maxon/MaxonConstants.java') diff --git a/core/src/kz/ilotterytea/maxon/MaxonConstants.java b/core/src/kz/ilotterytea/maxon/MaxonConstants.java index dca8771..7583aba 100644 --- a/core/src/kz/ilotterytea/maxon/MaxonConstants.java +++ b/core/src/kz/ilotterytea/maxon/MaxonConstants.java @@ -8,7 +8,6 @@ import com.badlogic.gdx.graphics.Texture; import kz.ilotterytea.maxon.utils.OsUtils; import java.text.DecimalFormat; -import java.text.SimpleDateFormat; public class MaxonConstants { public static final String GAME_NAME = "Maxon Petting Simulator"; @@ -36,9 +35,6 @@ public class MaxonConstants { public static final DecimalFormat DECIMAL_FORMAT = new DecimalFormat("###,###.#"); public static final DecimalFormat DECIMAL_FORMAT2 = new DecimalFormat("###,###"); - @SuppressWarnings("SimpleDateFormat") - public static final SimpleDateFormat DATE_FORMAT = new SimpleDateFormat("dd/M/yyyy hh:mm:ss"); - public static final long startTime = System.currentTimeMillis(); public static final String GAME_VERSIONS_FILE_URL = "https://assets.ilotterytea.kz/maxon/versions.json"; -- cgit v1.2.3