From 04887953ff98ad4c10bcbffd13dc44480fa48592 Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 17 Feb 2024 12:00:15 -0500 Subject: ns: rewrite IContentManagementInterface --- src/core/hle/service/ns/ns.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/core/hle/service/ns/ns.h') 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 { -public: - explicit IContentManagementInterface(Core::System& system_); - ~IContentManagementInterface() override; - -private: - void GetTotalSpaceSize(HLERequestContext& ctx); - void GetFreeSpaceSize(HLERequestContext& ctx); -}; - class IDocumentInterface final : public ServiceFramework { public: explicit IDocumentInterface(Core::System& system_); -- cgit v1.2.3