diff options
author | liamwhite <[email protected]> | 2024-01-25 14:19:01 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2024-01-25 14:19:01 -0500 |
commit | d45561ace069024f47ed710d1165b607644d1ec3 (patch) | |
tree | a316f59c5a722dc15fe5c49b3641d9801c264970 /src/core/core.h | |
parent | f3749394ac5700a2438cdc4d6536941e02b92939 (diff) | |
parent | e4915fb7d2077584a11a15141bc81d28ed2b0125 (diff) | |
download | yuzu-mainline-d45561ace069024f47ed710d1165b607644d1ec3.tar.gz yuzu-mainline-d45561ace069024f47ed710d1165b607644d1ec3.zip |
Merge pull request #12499 from Kelebek1/time
Rework time services
Diffstat (limited to 'src/core/core.h')
-rw-r--r-- | src/core/core.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/core/core.h b/src/core/core.h index 80446f385..183410602 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -73,10 +73,6 @@ namespace SM { class ServiceManager; } // namespace SM -namespace Time { -class TimeManager; -} // namespace Time - } // namespace Service namespace Tegra { @@ -381,9 +377,6 @@ public: [[nodiscard]] Service::Account::ProfileManager& GetProfileManager(); [[nodiscard]] const Service::Account::ProfileManager& GetProfileManager() const; - [[nodiscard]] Service::Time::TimeManager& GetTimeManager(); - [[nodiscard]] const Service::Time::TimeManager& GetTimeManager() const; - [[nodiscard]] Core::Debugger& GetDebugger(); [[nodiscard]] const Core::Debugger& GetDebugger() const; |