aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/am_app.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2014-12-25 22:51:38 -0500
committerbunnei <bunneidev@gmail.com>2014-12-25 22:51:38 -0500
commit5d2ee78d8fbb25c8496654026b27f4238040a4da (patch)
treeee6d5ad562aa39696d547eaf83064957becff649 /src/core/hle/service/am_app.h
parent9c8ec675d91729b26dd1d7b3bd190008c711a146 (diff)
parent9796bc1fa2518ca4780ce63a543444ce5f8a28e4 (diff)
Merge pull request #330 from purpasmart96/new_srv
More services & small clean ups
Diffstat (limited to 'src/core/hle/service/am_app.h')
-rw-r--r--src/core/hle/service/am_app.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/hle/service/am_app.h b/src/core/hle/service/am_app.h
index 30a0be4c5..50dc2f5a2 100644
--- a/src/core/hle/service/am_app.h
+++ b/src/core/hle/service/am_app.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 "am:app";
}