summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-04-16 05:41:52 +0200
committerbunnei <ericbunnie@gmail.com>2014-04-16 05:41:52 +0200
commitacef5e0b17e85bd25a5994d83b22d0ba02f589ba (patch)
tree0e682475878337bd13881a2c59b0c7413938e69b
parentrestructured hle:services completely to use function lookup tables (diff)
downloadyuzu-acef5e0b17e85bd25a5994d83b22d0ba02f589ba.tar
yuzu-acef5e0b17e85bd25a5994d83b22d0ba02f589ba.tar.gz
yuzu-acef5e0b17e85bd25a5994d83b22d0ba02f589ba.tar.bz2
yuzu-acef5e0b17e85bd25a5994d83b22d0ba02f589ba.tar.lz
yuzu-acef5e0b17e85bd25a5994d83b22d0ba02f589ba.tar.xz
yuzu-acef5e0b17e85bd25a5994d83b22d0ba02f589ba.tar.zst
yuzu-acef5e0b17e85bd25a5994d83b22d0ba02f589ba.zip
-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 9f0245cc8..889b12711 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);
};