diff options
| -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: | |||
| 34 | 34 | ||
| 35 | private: | 35 | private: |
| 36 | 36 | ||
| 37 | Syscall::Result GetLockHandle(); | ||
| 38 | |||
| 39 | DISALLOW_COPY_AND_ASSIGN(Interface); | 37 | DISALLOW_COPY_AND_ASSIGN(Interface); |
| 40 | }; | 38 | }; |
| 41 | 39 | ||