summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apt_u.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/apt_u.h')
-rw-r--r--src/core/hle/service/apt_u.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/core/hle/service/apt_u.h b/src/core/hle/service/apt_u.h
index 3807cbecc..aad918cfc 100644
--- a/src/core/hle/service/apt_u.h
+++ b/src/core/hle/service/apt_u.h
@@ -20,15 +20,8 @@ namespace APT_U {
/// Interface to "APT:U" service
class Interface : public Service::Interface {
public:
-
Interface();
- ~Interface();
-
- /**
- * Gets the string port name used by CTROS for the service
- * @return Port name of service
- */
std::string GetPortName() const override {
return "APT:U";
}