Remove unused _autosave_months constants

This commit is contained in:
Jonathan G Rennison
2023-11-13 23:07:49 +00:00
parent 5656322434
commit 42213454f1

View File

@@ -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
*/