Remove unused constructors (#60)

This commit is contained in:
penfold42
2016-06-28 06:43:28 +10:00
committed by brindosch
parent ed2612afff
commit 2fff9ae4fc
4 changed files with 0 additions and 18 deletions

View File

@@ -18,8 +18,6 @@ public:
/// @param outputDevice The name of the output device (eg '/etc/SpiDev.0.0')
/// @param baudrate The used baudrate for writing to the output device
///
LedDeviceUdpRaw(const std::string& outputDevice,
const unsigned baudrate);
LedDeviceUdpRaw(const std::string& outputDevice,
const unsigned baudrate,