1
0
mirror of https://github.com/citra-emu/citra.git synced 2025-05-14 19:50:07 +00:00

removed no longer used function header

This commit is contained in:
bunnei 2014-04-15 23:41:52 -04:00
parent ffabed8c25
commit acef5e0b17

@ -34,8 +34,6 @@ public:
private: private:
Syscall::Result GetLockHandle();
DISALLOW_COPY_AND_ASSIGN(Interface); DISALLOW_COPY_AND_ASSIGN(Interface);
}; };