1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-12 17:48:31 +00:00

Update AsusDeviceProvider.cs

Code cleanup
This commit is contained in:
Danielle 2023-02-12 12:45:30 +11:00
parent df2f5620ee
commit 914bd8c0a1

View File

@ -55,10 +55,7 @@ public class AsusDeviceProvider : AbstractRGBDeviceProvider
protected override IEnumerable<IRGBDevice> LoadDevices()
{
if (_sdk == null) {
yield break;
}
if (_sdk == null) yield break;
_devices = _sdk.Enumerate(0);
for (int i = 0; i < _devices.Count; i++)