From acef5e0b17e85bd25a5994d83b22d0ba02f589ba Mon Sep 17 00:00:00 2001
From: bunnei <ericbunnie@gmail.com>
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 9f0245cc84..889b127119 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);
 };