remove unused save option

This commit is contained in:
Ellpeck 2020-06-15 15:32:49 +02:00
parent acc544ba26
commit b73d9fe1ef

View file

@ -88,7 +88,6 @@ namespace TouchyTickets {
public int TimesRestarted;
public List<string> Upgrades;
public int TutorialStep;
public bool ReadAnalyticsInfo;
}
}