aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar bunnei <ericbunnie@gmail.com>2014-04-15 23:41:52 -0400
committerGravatar bunnei <ericbunnie@gmail.com>2014-04-15 23:41:52 -0400
commitacef5e0b17e85bd25a5994d83b22d0ba02f589ba (patch)
tree0e682475878337bd13881a2c59b0c7413938e69b /src/core
parentffabed8c25490be0e61409cebd1615eedb223c3d (diff)
removed no longer used function header
Diffstat (limited to 'src/core')
-rw-r--r--src/core/hle/service/apt.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/service/apt.h b/src/core/hle/service/apt.h
index 9f0245cc..889b1271 100644
--- a/src/core/hle/service/apt.h
+++ b/src/core/hle/service/apt.h
@@ -34,8 +34,6 @@ public:
private:
- Syscall::Result GetLockHandle();
-
DISALLOW_COPY_AND_ASSIGN(Interface);
};