From d62750c46d41df776f87eaf8a19d5800b1be5dec Mon Sep 17 00:00:00 2001 From: bunnei Date: Fri, 13 Oct 2017 17:56:42 -0400 Subject: Remove more 3DS-specific code. --- src/core/hle/service/dsp_dsp.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/core/hle/service/dsp_dsp.h') diff --git a/src/core/hle/service/dsp_dsp.h b/src/core/hle/service/dsp_dsp.h index 691d6f716..18ac76d9a 100644 --- a/src/core/hle/service/dsp_dsp.h +++ b/src/core/hle/service/dsp_dsp.h @@ -16,16 +16,6 @@ enum class DspPipe; namespace Service { namespace DSP_DSP { -class Interface final : public Service::Interface { -public: - Interface(); - ~Interface() override; - - std::string GetPortName() const override { - return "dsp::DSP"; - } -}; - /** * Signal a specific DSP related interrupt of type == InterruptType::Pipe, pipe == pipe. * @param pipe The DSP pipe for which to signal an interrupt for. -- cgit v1.2.3