diff options
author | bunnei <ericbunnie@gmail.com> | 2014-04-16 05:41:52 +0200 |
---|---|---|
committer | bunnei <ericbunnie@gmail.com> | 2014-04-16 05:41:52 +0200 |
commit | acef5e0b17e85bd25a5994d83b22d0ba02f589ba (patch) | |
tree | 0e682475878337bd13881a2c59b0c7413938e69b /src/core/hle/service | |
parent | restructured hle:services completely to use function lookup tables (diff) | |
download | yuzu-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 |
Diffstat (limited to 'src/core/hle/service')
-rw-r--r-- | src/core/hle/service/apt.h | 2 |
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); }; |