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)
|
protected Device(IntensityRange intensityRange, DurationRange durationRange, DeviceApi apiType, ILogger? logger = null)
|
||||||
{
|
{
|
||||||
Thread workQueueThread;
|
|
||||||
this.IntensityRange = intensityRange;
|
this.IntensityRange = intensityRange;
|
||||||
this.DurationRange = durationRange;
|
this.DurationRange = durationRange;
|
||||||
this.ApiType = apiType;
|
this.ApiType = apiType;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user