From acef5e0b17e85bd25a5994d83b22d0ba02f589ba Mon Sep 17 00:00:00 2001 From: bunnei Date: Tue, 15 Apr 2014 23:41:52 -0400 Subject: [PATCH] removed no longer used function header --- src/core/hle/service/apt.h | 2 -- 1 file changed, 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); };