Code cleanup

This commit is contained in:
badaix 2020-01-10 21:28:42 +01:00
parent a75e4857e6
commit cd9f785425
7 changed files with 9 additions and 34 deletions

View file

@ -40,10 +40,6 @@ public:
{
}
PcmChunk(const PcmChunk& pcmChunk) : WireChunk(pcmChunk), format(pcmChunk.format), idx_(0)
{
}
PcmChunk() : WireChunk(), idx_(0)
{
}