Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/FelLib
diff options
context:
space:
mode:
Diffstat (limited to 'FelLib')
-rw-r--r--FelLib/WinUSBNet/API/DeviceManagement.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/FelLib/WinUSBNet/API/DeviceManagement.cs b/FelLib/WinUSBNet/API/DeviceManagement.cs
index f4d3f1a5..d094025e 100644
--- a/FelLib/WinUSBNet/API/DeviceManagement.cs
+++ b/FelLib/WinUSBNet/API/DeviceManagement.cs
@@ -90,9 +90,6 @@ namespace MadWizard.WinUSBNet.API
throw APIException.Win32("Failed to get device registry property.");
return buffer;
-
-
-
}
// todo: is the queried data always available, or should we check ERROR_INVALID_DATA?