IOS/SDIOSlot0: Remove unimplemented prototype

This function doesn't have an implementation, so we can remove it to
make for less reading (and a linker error waiting to happen).
This commit is contained in:
Lioncash 2019-05-31 07:23:36 -04:00
parent 00ecfb3c59
commit 61c25b3d23
1 changed files with 0 additions and 1 deletions

View File

@ -138,7 +138,6 @@ private:
s32 ExecuteCommand(const Request& request, u32 BufferIn, u32 BufferInSize, u32 BufferIn2,
u32 BufferInSize2, u32 _BufferOut, u32 BufferOutSize);
void OpenInternal();
void InitStatus();
u32 GetOCRegister() const;