summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ns/ns.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2024-02-17 18:00:15 +0100
committerLiam <byteslice@airmail.cc>2024-02-18 16:32:21 +0100
commit04887953ff98ad4c10bcbffd13dc44480fa48592 (patch)
treee2a82f896b03907028915da909efda07246ad6c1 /src/core/hle/service/ns/ns.h
parentns: move IFactoryResetInterface (diff)
downloadyuzu-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.h10
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_);