Cleanup: remove unused constructor.
authorCarl Hetherington <cth@carlh.net>
Thu, 26 May 2022 07:40:33 +0000 (09:40 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 26 May 2022 07:40:33 +0000 (09:40 +0200)
src/lib/content_audio.h

index 0d16799d715a8fd67fe2e770b304f969654a328b..89a908b6870ef06a46a6099873cd42c099d1d29f 100644 (file)
 class ContentAudio
 {
 public:
-       ContentAudio ()
-               : audio (new AudioBuffers (0, 0))
-               , frame (0)
-       {}
-
        ContentAudio (std::shared_ptr<const AudioBuffers> a, Frame f)
                : audio (a)
                , frame (f)