From 7d79d35841d6b6a826c2a52a1874b587e9a4335b Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 10 Dec 2005 02:29:33 +0000 Subject: [PATCH] cleanup --- .../arch/MemoryCard/MemoryCardDriverThreaded_Linux.cpp | 8 -------- .../src/arch/MemoryCard/MemoryCardDriverThreaded_Linux.h | 3 --- 2 files changed, 11 deletions(-) diff --git a/stepmania/src/arch/MemoryCard/MemoryCardDriverThreaded_Linux.cpp b/stepmania/src/arch/MemoryCard/MemoryCardDriverThreaded_Linux.cpp index aceef009dc..b0a2656219 100644 --- a/stepmania/src/arch/MemoryCard/MemoryCardDriverThreaded_Linux.cpp +++ b/stepmania/src/arch/MemoryCard/MemoryCardDriverThreaded_Linux.cpp @@ -44,14 +44,6 @@ static bool ExecuteCommand( CCStringRef sCommand ) return ret == 0; } -MemoryCardDriverThreaded_Linux::MemoryCardDriverThreaded_Linux() -{ -} - -MemoryCardDriverThreaded_Linux::~MemoryCardDriverThreaded_Linux() -{ -} - void MemoryCardDriverThreaded_Linux::Reset() { } diff --git a/stepmania/src/arch/MemoryCard/MemoryCardDriverThreaded_Linux.h b/stepmania/src/arch/MemoryCard/MemoryCardDriverThreaded_Linux.h index 0d545d889a..32e583a13d 100644 --- a/stepmania/src/arch/MemoryCard/MemoryCardDriverThreaded_Linux.h +++ b/stepmania/src/arch/MemoryCard/MemoryCardDriverThreaded_Linux.h @@ -6,9 +6,6 @@ class MemoryCardDriverThreaded_Linux : public MemoryCardDriver { public: - MemoryCardDriverThreaded_Linux(); - virtual ~MemoryCardDriverThreaded_Linux(); - virtual bool DoOneUpdate( bool bMount, vector& vStorageDevicesOut ); virtual bool Mount( UsbStorageDevice* pDevice ); virtual void Unmount( UsbStorageDevice* pDevice );