mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
removed useless destructor
This commit is contained in:
parent
c008f6c1bb
commit
da6dfc8ed4
@ -61,7 +61,3 @@ int LedDeviceUdpH801::switchOff()
|
||||
return write(std::vector<ColorRgb>(_ledCount, ColorRgb{0,0,0}));
|
||||
}
|
||||
|
||||
LedDeviceUdpH801::~LedDeviceUdpH801()
|
||||
{
|
||||
ProviderUdp::~ProviderUdp();
|
||||
}
|
||||
|
@ -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
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user