remove iScsiIndex
This commit is contained in:
@@ -11,7 +11,6 @@ struct UsbStorageDevice
|
||||
iBus = -1;
|
||||
iPort = -1;
|
||||
iLevel = -1;
|
||||
iScsiIndex = -1;
|
||||
sDevice = "";
|
||||
sSerial = "<none>"; // be different than a card with no serial
|
||||
sOsMountDir = "";
|
||||
@@ -27,7 +26,6 @@ struct UsbStorageDevice
|
||||
int iPort;
|
||||
int iLevel;
|
||||
CString sSerial;
|
||||
int iScsiIndex;
|
||||
CString sDevice;
|
||||
CString sOsMountDir; // WITHOUT trailing slash
|
||||
enum State
|
||||
|
||||
Reference in New Issue
Block a user