summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/dsp_dsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/dsp_dsp.h')
-rw-r--r--src/core/hle/service/dsp_dsp.h10
1 files changed, 0 insertions, 10 deletions
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.