remove unused variable
This commit is contained in:
@@ -8,8 +8,7 @@
|
||||
Network* nwInst;
|
||||
|
||||
Network::Network(const NetworkDeviceType networkDevice, Preferences* preferences)
|
||||
: _preferences(preferences),
|
||||
_networkDeviceType(networkDevice)
|
||||
: _preferences(preferences)
|
||||
{
|
||||
nwInst = this;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user