Clean up autosave header (#5077)

This commit is contained in:
aMannus
2025-02-17 23:43:51 +01:00
committed by GitHub
parent 6f22c05eec
commit 489cd84faa
2 changed files with 0 additions and 5 deletions

View File

@@ -1,4 +0,0 @@
typedef enum {
AUTOSAVE_OFF,
AUTOSAVE_ON,
} AutosaveOptions;

View File

@@ -45,7 +45,6 @@
#include "soh/Enhancements/randomizer/Plandomizer.h"
#include "soh/Enhancements/TimeDisplay/TimeDisplay.h"
#include "soh/AboutWindow.h"
#include "soh/Enhancements/Autosave.h"
// FA icons are kind of wonky, if they worked how I expected them to the "+ 2.0f" wouldn't be needed, but
// they don't work how I expect them to so I added that because it looked good when I eyeballed it