Cleanup: remove unused constructor.
[dcpomatic.git] / 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)