redundant declaration
This commit is contained in:
parent
ac19e20fb7
commit
60c1ece41d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user