remove unused Reset

This commit is contained in:
Glenn Maynard
2005-12-10 02:35:10 +00:00
parent 7d79d35841
commit 9ff7afe86b
6 changed files with 0 additions and 30 deletions
@@ -80,7 +80,6 @@ public:
virtual bool Mount( UsbStorageDevice* pDevice ) = 0;
virtual void Unmount( UsbStorageDevice* pDevice ) = 0;
virtual void Flush( UsbStorageDevice* pDevice ) = 0;
virtual void Reset() { }
/* Poll for memory card changes. If anything has changed, fill in vStorageDevicesOut
* and return true. */