diff --git a/CShocker/Devices/Abstract/Device.cs b/CShocker/Devices/Abstract/Device.cs index 662661c..d1057b6 100644 --- a/CShocker/Devices/Abstract/Device.cs +++ b/CShocker/Devices/Abstract/Device.cs @@ -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;