Removed random function that wasnt connected to anything
This commit is contained in:
parent
4d4dbdc6d7
commit
86755f635b
1 changed files with 0 additions and 7 deletions
|
@ -55,13 +55,6 @@ namespace Saviour_Backup_System
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
internal static void displayDriveDetails(string driveName)
|
|
||||||
{
|
|
||||||
DriveInfo selectedDrive;
|
|
||||||
foreach (DriveInfo drive in getConnectedDrives()) { if (drive.Name == driveName) { selectedDrive = drive; break; } }
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
internal static string getDriveType(DriveInfo selectedDrive)
|
internal static string getDriveType(DriveInfo selectedDrive)
|
||||||
{
|
{
|
||||||
string driveTypeDecoded = "Error decoding drive details!";
|
string driveTypeDecoded = "Error decoding drive details!";
|
||||||
|
|
Reference in a new issue