remove iScsiIndex

This commit is contained in:
Glenn Maynard
2005-04-22 05:24:19 +00:00
parent 85313caf7c
commit 0d9b7c943a
3 changed files with 4 additions and 6 deletions
@@ -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