remove unused variable

This commit is contained in:
technyon
2022-05-15 19:38:57 +02:00
parent 6bbfc4dfd0
commit a7096158a8
3 changed files with 2 additions and 3 deletions

View File

@@ -8,8 +8,7 @@
Network* nwInst;
Network::Network(const NetworkDeviceType networkDevice, Preferences* preferences)
: _preferences(preferences),
_networkDeviceType(networkDevice)
: _preferences(preferences)
{
nwInst = this;