diff options
| author | 2014-04-15 23:41:52 -0400 | |
|---|---|---|
| committer | 2014-04-15 23:41:52 -0400 | |
| commit | acef5e0b17e85bd25a5994d83b22d0ba02f589ba (patch) | |
| tree | 0e682475878337bd13881a2c59b0c7413938e69b /src | |
| parent | restructured hle:services completely to use function lookup tables (diff) | |
| download | yuzu-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.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 | ||