Skip to content
This repository was archived by the owner on Apr 15, 2021. It is now read-only.

Commit 4a349ee

Browse files
committed
chore: Remove redundant DeviceManager define in subclassed server
The base ButtplugServer now exposes its DeviceManager for preservation.
1 parent ef11c64 commit 4a349ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

IntifaceCLI/ServerCLI.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ internal class ServerCLI
2626
// BLE devices without completely stopping and restarting processes. :(
2727
private class CLIServer : ButtplugServer
2828
{
29-
public DeviceManager DeviceManager => _deviceManager;
3029
public IButtplugLogManager LogManager => BpLogManager;
3130

3231
public CLIServer(string aServerName, uint aMaxPingTime, DeviceManager aDevMgr)

0 commit comments

Comments
 (0)