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

Update RGB.NET.Devices.Asus/AsusDeviceProvider.cs

This commit is contained in:
DarthAffe 2023-02-12 13:48:01 +01:00 committed by GitHub
parent 914bd8c0a1
commit db2f16d371
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,6 @@ public class AsusDeviceProvider : AbstractRGBDeviceProvider
}
/// <inheritdoc />
protected override IEnumerable<IRGBDevice> LoadDevices()
{
if (_sdk == null) yield break;