diff options
| author | bunnei <bunneidev@gmail.com> | 2021-01-25 10:18:09 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-25 10:18:09 -0800 |
| commit | 81a037df9d7700d52797ad2b5a5f7113904d52c5 (patch) | |
| tree | d540711164590029cf2862122edb1396a92c816c /src/core/core.h | |
| parent | 2a2ee62cfd0706a7efbdb39626284e27756b764a (diff) | |
| parent | 2afc1060ef63c64cd1f541b37c219b340c84f722 (diff) | |
Merge pull request #5771 from ogniK5377/lm-rework
lm: Recode LM service
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 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; |
