Remove unused _autosave_months constants

pull/603/merge
Jonathan G Rennison 7 months ago
parent 5656322434
commit 42213454f1

@ -239,16 +239,6 @@ extern void TownsYearlyLoop();
extern void ShowEndGameChart();
/** Available settings for autosave intervals. */
static const Month _autosave_months[] = {
0, ///< never
1, ///< every month
3, ///< every 3 months
6, ///< every 6 months
12, ///< every 12 months
};
/**
* Runs various procedures that have to be done yearly
*/

Loading…
Cancel
Save