diff options
Diffstat (limited to 'src/core/hle/service/nim_aoc.h')
-rw-r--r-- | src/core/hle/service/nim_aoc.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/hle/service/nim_aoc.h b/src/core/hle/service/nim_aoc.h index 33aa25c91..aeb71eed2 100644 --- a/src/core/hle/service/nim_aoc.h +++ b/src/core/hle/service/nim_aoc.h @@ -15,10 +15,6 @@ class Interface : public Service::Interface { public: Interface(); - /** - * Gets the string port name used by CTROS for the service - * @return Port name of service - */ std::string GetPortName() const override { return "nim:aoc"; } |