From 489cd84faa2c4a5ecf47bca2067a4abdf473d4ab Mon Sep 17 00:00:00 2001 From: aMannus Date: Mon, 17 Feb 2025 23:43:51 +0100 Subject: [PATCH] Clean up autosave header (#5077) --- soh/soh/Enhancements/Autosave.h | 4 ---- soh/soh/SohGui/SohMenuBar.cpp | 1 - 2 files changed, 5 deletions(-) delete mode 100644 soh/soh/Enhancements/Autosave.h 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