diff options
author | bunnei <ericbunnie@gmail.com> | 2014-04-15 23:41:52 -0400 |
---|---|---|
committer | bunnei <ericbunnie@gmail.com> | 2014-04-15 23:41:52 -0400 |
commit | acef5e0b17e85bd25a5994d83b22d0ba02f589ba (patch) | |
tree | 0e682475878337bd13881a2c59b0c7413938e69b /src | |
parent | ffabed8c25490be0e61409cebd1615eedb223c3d (diff) |
removed no longer used function header
Diffstat (limited to 'src')
-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); }; |