MemoryCardFolder: Remove unused constant

This commit is contained in:
Stenzek 2023-11-21 12:53:24 +10:00 committed by Connor McLaughlin
parent 67c5509524
commit b79edf1cb5
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ static void SaveYAMLToFile(const char* filename, const ryml::NodeRef& node)
std::fclose(file);
}
static constexpr time_t MEMORY_CARD_FILE_ENTRY_DATE_TIME_OFFSET = 60 * 60 * 9; // 9 hours from UTC
static auto last = std::chrono::time_point<std::chrono::system_clock>();
MemoryCardFileEntryDateTime MemoryCardFileEntryDateTime::FromTime(time_t time)