diff options
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 { | |||
| 73 | class ServiceManager; | 73 | class ServiceManager; |
| 74 | } // namespace SM | 74 | } // namespace SM |
| 75 | 75 | ||
| 76 | namespace Time { | ||
| 77 | class TimeManager; | ||
| 78 | } // namespace Time | ||
| 79 | |||
| 80 | } // namespace Service | 76 | } // namespace Service |
| 81 | 77 | ||
| 82 | namespace Tegra { | 78 | namespace Tegra { |
| @@ -381,9 +377,6 @@ public: | |||
| 381 | [[nodiscard]] Service::Account::ProfileManager& GetProfileManager(); | 377 | [[nodiscard]] Service::Account::ProfileManager& GetProfileManager(); |
| 382 | [[nodiscard]] const Service::Account::ProfileManager& GetProfileManager() const; | 378 | [[nodiscard]] const Service::Account::ProfileManager& GetProfileManager() const; |
| 383 | 379 | ||
| 384 | [[nodiscard]] Service::Time::TimeManager& GetTimeManager(); | ||
| 385 | [[nodiscard]] const Service::Time::TimeManager& GetTimeManager() const; | ||
| 386 | |||
| 387 | [[nodiscard]] Core::Debugger& GetDebugger(); | 380 | [[nodiscard]] Core::Debugger& GetDebugger(); |
| 388 | [[nodiscard]] const Core::Debugger& GetDebugger() const; | 381 | [[nodiscard]] const Core::Debugger& GetDebugger() const; |
| 389 | 382 | ||