redundant declaration

This commit is contained in:
glax 2024-01-29 15:37:43 +01:00
parent ac19e20fb7
commit 60c1ece41d

View File

@ -38,7 +38,6 @@ public abstract class Device : IDisposable
protected Device(IntensityRange intensityRange, DurationRange durationRange, DeviceApi apiType, ILogger? logger = null)
{
Thread workQueueThread;
this.IntensityRange = intensityRange;
this.DurationRange = durationRange;
this.ApiType = apiType;