remove unused
This commit is contained in:
@@ -2,22 +2,11 @@
|
|||||||
#include "MemoryCardDriverThreaded_Linux.h"
|
#include "MemoryCardDriverThreaded_Linux.h"
|
||||||
#include "RageLog.h"
|
#include "RageLog.h"
|
||||||
#include "RageUtil.h"
|
#include "RageUtil.h"
|
||||||
#include "RageFileManager.h"
|
|
||||||
#include "ProfileManager.h"
|
|
||||||
#include "PrefsManager.h"
|
|
||||||
#include "Foreach.h"
|
|
||||||
#include "RageFile.h"
|
#include "RageFile.h"
|
||||||
|
|
||||||
#include <cstdio>
|
|
||||||
#include <cstring>
|
|
||||||
#include <cerrno>
|
#include <cerrno>
|
||||||
#include <unistd.h>
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <fstream>
|
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
#include <sys/types.h>
|
|
||||||
#include <sys/wait.h>
|
|
||||||
#include <sys/poll.h>
|
|
||||||
|
|
||||||
template<class T>
|
template<class T>
|
||||||
bool VectorsAreEqual( const T &a, const T &b )
|
bool VectorsAreEqual( const T &a, const T &b )
|
||||||
|
|||||||
@@ -19,8 +19,6 @@ protected:
|
|||||||
void GetUSBStorageDevices( vector<UsbStorageDevice>& vDevicesOut );
|
void GetUSBStorageDevices( vector<UsbStorageDevice>& vDevicesOut );
|
||||||
bool USBStorageDevicesChanged();
|
bool USBStorageDevicesChanged();
|
||||||
bool TestWrite( UsbStorageDevice* pDevice );
|
bool TestWrite( UsbStorageDevice* pDevice );
|
||||||
|
|
||||||
vector<UsbStorageDevice> m_vDevicesLastSeen;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef ARCH_MEMORY_CARD_DRIVER
|
#ifdef ARCH_MEMORY_CARD_DRIVER
|
||||||
|
|||||||
Reference in New Issue
Block a user