summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ns/ns.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2024-02-17 17:45:52 +0100
committerLiam <byteslice@airmail.cc>2024-02-18 16:32:21 +0100
commit8ea72cc99d13c85821db3868b4672d847d2e6208 (patch)
tree61fd3127d19e6b746ad6f35a60ebef3856b52b44 /src/core/hle/service/ns/ns.h
parentns: move IECommerceInterface (diff)
downloadyuzu-8ea72cc99d13c85821db3868b4672d847d2e6208.tar
yuzu-8ea72cc99d13c85821db3868b4672d847d2e6208.tar.gz
yuzu-8ea72cc99d13c85821db3868b4672d847d2e6208.tar.bz2
yuzu-8ea72cc99d13c85821db3868b4672d847d2e6208.tar.lz
yuzu-8ea72cc99d13c85821db3868b4672d847d2e6208.tar.xz
yuzu-8ea72cc99d13c85821db3868b4672d847d2e6208.tar.zst
yuzu-8ea72cc99d13c85821db3868b4672d847d2e6208.zip
Diffstat (limited to 'src/core/hle/service/ns/ns.h')
-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 f8c6af386..853896b48 100644
--- a/src/core/hle/service/ns/ns.h
+++ b/src/core/hle/service/ns/ns.h
@@ -58,12 +58,6 @@ public:
~IDownloadTaskInterface() override;
};
-class IFactoryResetInterface final : public ServiceFramework<IFactoryResetInterface> {
-public:
- explicit IFactoryResetInterface(Core::System& system_);
- ~IFactoryResetInterface() override;
-};
-
class IReadOnlyApplicationRecordInterface final
: public ServiceFramework<IReadOnlyApplicationRecordInterface> {
public: