removed useless destructor

This commit is contained in:
Rick van Hattem 2016-09-21 23:07:14 +02:00
parent c008f6c1bb
commit da6dfc8ed4
2 changed files with 0 additions and 9 deletions

View File

@ -61,7 +61,3 @@ int LedDeviceUdpH801::switchOff()
return write(std::vector<ColorRgb>(_ledCount, ColorRgb{0,0,0}));
}
LedDeviceUdpH801::~LedDeviceUdpH801()
{
ProviderUdp::~ProviderUdp();
}

View File

@ -31,11 +31,6 @@ public:
///
LedDeviceUdpH801(const Json::Value &deviceConfig);
///
/// Destructor of the LedDevice; closes the output device if it is open
///
virtual ~LedDeviceUdpH801();
///
/// Sets configuration
///