diff options
author | Liam <byteslice@airmail.cc> | 2024-02-17 18:00:15 +0100 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2024-02-18 16:32:21 +0100 |
commit | 04887953ff98ad4c10bcbffd13dc44480fa48592 (patch) | |
tree | e2a82f896b03907028915da909efda07246ad6c1 /src/core/hle/service/ns/ns.h | |
parent | ns: move IFactoryResetInterface (diff) | |
download | yuzu-04887953ff98ad4c10bcbffd13dc44480fa48592.tar yuzu-04887953ff98ad4c10bcbffd13dc44480fa48592.tar.gz yuzu-04887953ff98ad4c10bcbffd13dc44480fa48592.tar.bz2 yuzu-04887953ff98ad4c10bcbffd13dc44480fa48592.tar.lz yuzu-04887953ff98ad4c10bcbffd13dc44480fa48592.tar.xz yuzu-04887953ff98ad4c10bcbffd13dc44480fa48592.tar.zst yuzu-04887953ff98ad4c10bcbffd13dc44480fa48592.zip |
Diffstat (limited to 'src/core/hle/service/ns/ns.h')
-rw-r--r-- | src/core/hle/service/ns/ns.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/core/hle/service/ns/ns.h b/src/core/hle/service/ns/ns.h index 853896b48..27ccda38d 100644 --- a/src/core/hle/service/ns/ns.h +++ b/src/core/hle/service/ns/ns.h @@ -32,16 +32,6 @@ private: void ConvertApplicationLanguageToLanguageCode(HLERequestContext& ctx); }; -class IContentManagementInterface final : public ServiceFramework<IContentManagementInterface> { -public: - explicit IContentManagementInterface(Core::System& system_); - ~IContentManagementInterface() override; - -private: - void GetTotalSpaceSize(HLERequestContext& ctx); - void GetFreeSpaceSize(HLERequestContext& ctx); -}; - class IDocumentInterface final : public ServiceFramework<IDocumentInterface> { public: explicit IDocumentInterface(Core::System& system_); |