diff options
author | Chloe Marcec <dmarcecguzman@gmail.com> | 2021-01-20 08:25:15 +0100 |
---|---|---|
committer | Chloe Marcec <dmarcecguzman@gmail.com> | 2021-01-20 08:25:15 +0100 |
commit | 83f8c1a25ef9a65eac0d000e41373bc212c5ba1c (patch) | |
tree | 8dc5bd39652d0a3ada62e67fcae90f67564fd656 /src/core/core.h | |
parent | Merge pull request #5755 from FearlessTobi/port-5344 (diff) | |
download | yuzu-83f8c1a25ef9a65eac0d000e41373bc212c5ba1c.tar yuzu-83f8c1a25ef9a65eac0d000e41373bc212c5ba1c.tar.gz yuzu-83f8c1a25ef9a65eac0d000e41373bc212c5ba1c.tar.bz2 yuzu-83f8c1a25ef9a65eac0d000e41373bc212c5ba1c.tar.lz yuzu-83f8c1a25ef9a65eac0d000e41373bc212c5ba1c.tar.xz yuzu-83f8c1a25ef9a65eac0d000e41373bc212c5ba1c.tar.zst yuzu-83f8c1a25ef9a65eac0d000e41373bc212c5ba1c.zip |
Diffstat (limited to '')
-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 579a774e4..3a8e040c1 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -62,10 +62,6 @@ namespace Glue { class ARPManager; } -namespace LM { -class Manager; -} // namespace LM - namespace SM { class ServiceManager; } // namespace SM @@ -351,9 +347,6 @@ public: [[nodiscard]] Service::APM::Controller& GetAPMController(); [[nodiscard]] const Service::APM::Controller& GetAPMController() const; - [[nodiscard]] Service::LM::Manager& GetLogManager(); - [[nodiscard]] const Service::LM::Manager& GetLogManager() const; - [[nodiscard]] Service::Time::TimeManager& GetTimeManager(); [[nodiscard]] const Service::Time::TimeManager& GetTimeManager() const; |