summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar bunnei2014-04-15 23:41:52 -0400
committerGravatar bunnei2014-04-15 23:41:52 -0400
commitacef5e0b17e85bd25a5994d83b22d0ba02f589ba (patch)
tree0e682475878337bd13881a2c59b0c7413938e69b /src
parentrestructured hle:services completely to use function lookup tables (diff)
downloadyuzu-acef5e0b17e85bd25a5994d83b22d0ba02f589ba.tar.gz
yuzu-acef5e0b17e85bd25a5994d83b22d0ba02f589ba.tar.xz
yuzu-acef5e0b17e85bd25a5994d83b22d0ba02f589ba.zip
removed no longer used function header
Diffstat (limited to 'src')
-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:
34 34
35private: 35private:
36 36
37 Syscall::Result GetLockHandle();
38
39 DISALLOW_COPY_AND_ASSIGN(Interface); 37 DISALLOW_COPY_AND_ASSIGN(Interface);
40}; 38};
41 39