mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	removed useless destructor
This commit is contained in:
		| @@ -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 | ||||
| 	/// | ||||
|   | ||||
		Reference in New Issue
	
	Block a user