summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ns/ns.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2024-02-17 18:13:03 +0100
committerLiam <byteslice@airmail.cc>2024-02-18 16:32:21 +0100
commitdb172ba249d8984ac3838496fcf9986ef1e3f9bc (patch)
treef75f6a0cf045862029a69b8390f0c27f42409818 /src/core/hle/service/ns/ns.h
parentns: rewrite IDocumentInterface (diff)
downloadyuzu-db172ba249d8984ac3838496fcf9986ef1e3f9bc.tar
yuzu-db172ba249d8984ac3838496fcf9986ef1e3f9bc.tar.gz
yuzu-db172ba249d8984ac3838496fcf9986ef1e3f9bc.tar.bz2
yuzu-db172ba249d8984ac3838496fcf9986ef1e3f9bc.tar.lz
yuzu-db172ba249d8984ac3838496fcf9986ef1e3f9bc.tar.xz
yuzu-db172ba249d8984ac3838496fcf9986ef1e3f9bc.tar.zst
yuzu-db172ba249d8984ac3838496fcf9986ef1e3f9bc.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 3e838373c..197895cdf 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 IDownloadTaskInterface final : public ServiceFramework<IDownloadTaskInterface> {
-public:
- explicit IDownloadTaskInterface(Core::System& system_);
- ~IDownloadTaskInterface() override;
-};
-
class IReadOnlyApplicationRecordInterface final
: public ServiceFramework<IReadOnlyApplicationRecordInterface> {
public: