From 3114a5027e74564fdfccc2ce4e899fcc5c7c9c76 Mon Sep 17 00:00:00 2001 From: Sibo Van Gool Date: Wed, 26 Jan 2022 02:09:10 +0100 Subject: [PATCH] [fixes #825] Remove unused 'LAST_UPDATE' tag Don't really know the purpose of this, but wasn't matching with the new implementation, so I decided to remove it --- core/src/net/sf/openrocket/startup/Preferences.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/net/sf/openrocket/startup/Preferences.java b/core/src/net/sf/openrocket/startup/Preferences.java index e4a7aab27..687a0512f 100644 --- a/core/src/net/sf/openrocket/startup/Preferences.java +++ b/core/src/net/sf/openrocket/startup/Preferences.java @@ -55,7 +55,6 @@ public abstract class Preferences implements ChangeSource { public static final String PLOT_SHOW_POINTS = "ShowPlotPoints"; private static final String CHECK_UPDATES = "CheckUpdates"; - public static final String LAST_UPDATE = "LastUpdateVersion"; public static final String MOTOR_DIAMETER_FILTER = "MotorDiameterMatch"; public static final String MOTOR_HIDE_SIMILAR = "MotorHideSimilar";