diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-05-26 09:40:33 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-26 09:40:33 +0200 |
| commit | a00c3110ecbe76e7b456136f2a4b177dfc37daf5 (patch) | |
| tree | 3c491dd1ad6b7b025ba7f648faa87223725f408f | |
| parent | cb216e27231bc618604ec041bab912191dcc668e (diff) | |
Cleanup: remove unused constructor.
| -rw-r--r-- | src/lib/content_audio.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/content_audio.h b/src/lib/content_audio.h index 0d16799d7..89a908b68 100644 --- a/src/lib/content_audio.h +++ b/src/lib/content_audio.h @@ -34,11 +34,6 @@ class ContentAudio { public: - ContentAudio () - : audio (new AudioBuffers (0, 0)) - , frame (0) - {} - ContentAudio (std::shared_ptr<const AudioBuffers> a, Frame f) : audio (a) , frame (f) |
