[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
This commit is contained in:
parent
f36ce5840b
commit
3114a5027e
@ -55,7 +55,6 @@ public abstract class Preferences implements ChangeSource {
|
|||||||
public static final String PLOT_SHOW_POINTS = "ShowPlotPoints";
|
public static final String PLOT_SHOW_POINTS = "ShowPlotPoints";
|
||||||
|
|
||||||
private static final String CHECK_UPDATES = "CheckUpdates";
|
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_DIAMETER_FILTER = "MotorDiameterMatch";
|
||||||
public static final String MOTOR_HIDE_SIMILAR = "MotorHideSimilar";
|
public static final String MOTOR_HIDE_SIMILAR = "MotorHideSimilar";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user