diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-27 10:21:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-27 10:21:46 +0100 |
| commit | 0a20f4b0ee59f06732648f981fe4d3e387b5705a (patch) | |
| tree | 896bcb730b4985186597d854cadd18fa712d4ea6 /src/lib/audio_content.h | |
| parent | 387304bc9147933b68eda2b38ba8cac0d250e87e (diff) | |
Fix some uninitialised variables.
Diffstat (limited to 'src/lib/audio_content.h')
| -rw-r--r-- | src/lib/audio_content.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/audio_content.h b/src/lib/audio_content.h index cb14c70cb..ee5a7db7a 100644 --- a/src/lib/audio_content.h +++ b/src/lib/audio_content.h @@ -54,8 +54,6 @@ public: class AudioContent : public virtual Content { public: - typedef int64_t Frame; - AudioContent (boost::shared_ptr<const Film>); AudioContent (boost::shared_ptr<const Film>, DCPTime); AudioContent (boost::shared_ptr<const Film>, boost::filesystem::path); |
