This commit is contained in:
Glenn Maynard
2005-12-10 02:29:33 +00:00
parent d6d6965e71
commit 7d79d35841
2 changed files with 0 additions and 11 deletions
@@ -44,14 +44,6 @@ static bool ExecuteCommand( CCStringRef sCommand )
return ret == 0;
}
MemoryCardDriverThreaded_Linux::MemoryCardDriverThreaded_Linux()
{
}
MemoryCardDriverThreaded_Linux::~MemoryCardDriverThreaded_Linux()
{
}
void MemoryCardDriverThreaded_Linux::Reset()
{
}
@@ -6,9 +6,6 @@
class MemoryCardDriverThreaded_Linux : public MemoryCardDriver
{
public:
MemoryCardDriverThreaded_Linux();
virtual ~MemoryCardDriverThreaded_Linux();
virtual bool DoOneUpdate( bool bMount, vector<UsbStorageDevice>& vStorageDevicesOut );
virtual bool Mount( UsbStorageDevice* pDevice );
virtual void Unmount( UsbStorageDevice* pDevice );