Remove Selector.*
This commit is contained in:
@@ -13,7 +13,6 @@
|
|||||||
static Preference<RString> g_sIgnoredDialogs( "IgnoredDialogs", "" );
|
static Preference<RString> g_sIgnoredDialogs( "IgnoredDialogs", "" );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "Selector_Dialog.h"
|
|
||||||
DialogDriver *MakeDialogDriver()
|
DialogDriver *MakeDialogDriver()
|
||||||
{
|
{
|
||||||
RString sDrivers = "win32,cocoa,null";
|
RString sDrivers = "win32,cocoa,null";
|
||||||
|
|||||||
@@ -5,8 +5,6 @@
|
|||||||
#include "Foreach.h"
|
#include "Foreach.h"
|
||||||
#include "ProfileManager.h"
|
#include "ProfileManager.h"
|
||||||
|
|
||||||
#include "Selector_MemoryCardDriver.h"
|
|
||||||
|
|
||||||
static const RString TEMP_MOUNT_POINT = "/@mctemptimeout/";
|
static const RString TEMP_MOUNT_POINT = "/@mctemptimeout/";
|
||||||
|
|
||||||
bool UsbStorageDevice::operator==(const UsbStorageDevice& other) const
|
bool UsbStorageDevice::operator==(const UsbStorageDevice& other) const
|
||||||
|
|||||||
Reference in New Issue
Block a user