From 85ed42a1d28daf30d8115e5e9bd1b5230ec25e00 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 25 Jul 2018 17:07:32 -0400 Subject: service/nifm: Deduplicate interface code Rather than having the same code for each nifm service variant, we can centralize it on one class and get rid of a bit of extra code. --- src/core/hle/service/nifm/nifm_u.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/core/hle/service/nifm/nifm_u.h (limited to 'src/core/hle/service/nifm/nifm_u.h') diff --git a/src/core/hle/service/nifm/nifm_u.h b/src/core/hle/service/nifm/nifm_u.h deleted file mode 100644 index def9726b1..000000000 --- a/src/core/hle/service/nifm/nifm_u.h +++ /dev/null @@ -1,16 +0,0 @@ -// Copyright 2018 yuzu emulator team -// Licensed under GPLv2 or any later version -// Refer to the license.txt file included. - -#pragma once - -#include "core/hle/service/nifm/nifm.h" - -namespace Service::NIFM { - -class NIFM_U final : public Module::Interface { -public: - explicit NIFM_U(std::shared_ptr module); -}; - -} // namespace Service::NIFM -- cgit v1.2.3