Remove MemoryCardDriver::Flush. Flush in Unmount instead.

This commit is contained in:
Glenn Maynard
2005-12-21 05:58:01 +00:00
parent 8ceb3e7421
commit bdf5a3b924
7 changed files with 2 additions and 23 deletions
@@ -12,7 +12,6 @@ public:
virtual bool Mount( UsbStorageDevice* pDevice );
virtual void Unmount( UsbStorageDevice* pDevice );
virtual void Flush( UsbStorageDevice* pDevice );
private:
void GetUSBStorageDevices( vector<UsbStorageDevice>& vDevicesOut );