From ae114d2fa1d381603b6908b8dfb7e4878ad44ea4 Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 17 Feb 2024 11:38:07 -0500 Subject: ns: move IAccountProxyInterface --- src/core/hle/service/ns/ns.h | 6 ------ 1 file changed, 6 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 9ee306ef9..cd2fbc8f4 100644 --- a/src/core/hle/service/ns/ns.h +++ b/src/core/hle/service/ns/ns.h @@ -17,12 +17,6 @@ class FileSystemController; namespace NS { -class IAccountProxyInterface final : public ServiceFramework { -public: - explicit IAccountProxyInterface(Core::System& system_); - ~IAccountProxyInterface() override; -}; - class IApplicationManagerInterface final : public ServiceFramework { public: explicit IApplicationManagerInterface(Core::System& system_); -- cgit v1.2.3