summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ns/ns.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2024-02-17 17:40:54 +0100
committerLiam <byteslice@airmail.cc>2024-02-18 16:32:21 +0100
commit12926eb5dbe6916fc3721ee4c508629d658af923 (patch)
tree92369334bafeca601c08eb5bc3718faf818840d8 /src/core/hle/service/ns/ns.h
parentns: move IAccountProxyInterface (diff)
downloadyuzu-12926eb5dbe6916fc3721ee4c508629d658af923.tar
yuzu-12926eb5dbe6916fc3721ee4c508629d658af923.tar.gz
yuzu-12926eb5dbe6916fc3721ee4c508629d658af923.tar.bz2
yuzu-12926eb5dbe6916fc3721ee4c508629d658af923.tar.lz
yuzu-12926eb5dbe6916fc3721ee4c508629d658af923.tar.xz
yuzu-12926eb5dbe6916fc3721ee4c508629d658af923.tar.zst
yuzu-12926eb5dbe6916fc3721ee4c508629d658af923.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/ns/ns.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/hle/service/ns/ns.h b/src/core/hle/service/ns/ns.h
index cd2fbc8f4..d017f10fc 100644
--- a/src/core/hle/service/ns/ns.h
+++ b/src/core/hle/service/ns/ns.h
@@ -32,12 +32,6 @@ private:
void ConvertApplicationLanguageToLanguageCode(HLERequestContext& ctx);
};
-class IApplicationVersionInterface final : public ServiceFramework<IApplicationVersionInterface> {
-public:
- explicit IApplicationVersionInterface(Core::System& system_);
- ~IApplicationVersionInterface() override;
-};
-
class IContentManagementInterface final : public ServiceFramework<IContentManagementInterface> {
public:
explicit IContentManagementInterface(Core::System& system_);