diff options
| author | aMannus <mannusmenting@gmail.com> | 2025-02-17 23:43:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-17 17:43:51 -0500 |
| commit | 489cd84faa2c4a5ecf47bca2067a4abdf473d4ab (patch) | |
| tree | 5365e85a08698f3ffbfdfc3805c5c7300f057548 | |
| parent | 6f22c05eec784ba68c649876d82cdaffc9cfde6b (diff) | |
Clean up autosave header (#5077)
| -rw-r--r-- | soh/soh/Enhancements/Autosave.h | 4 | ||||
| -rw-r--r-- | soh/soh/SohGui/SohMenuBar.cpp | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/soh/soh/Enhancements/Autosave.h b/soh/soh/Enhancements/Autosave.h deleted file mode 100644 index 202fcde4f..000000000 --- a/soh/soh/Enhancements/Autosave.h +++ /dev/null @@ -1,4 +0,0 @@ -typedef enum { - AUTOSAVE_OFF, - AUTOSAVE_ON, -} AutosaveOptions; diff --git a/soh/soh/SohGui/SohMenuBar.cpp b/soh/soh/SohGui/SohMenuBar.cpp index bad852f7a..053ed9e13 100644 --- a/soh/soh/SohGui/SohMenuBar.cpp +++ b/soh/soh/SohGui/SohMenuBar.cpp @@ -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 |
