diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-14 23:29:50 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-17 00:24:27 +0000 |
| commit | ea487953c7e51ec5c16087d739a42981ec9d0ff9 (patch) | |
| tree | cc6c488c6693058de0c71ef241d30f92dab91ef8 /src/reel_stereo_picture_asset.h | |
| parent | 7cbd4f09eaeda373662aaddef90d2d070a564b68 (diff) | |
Remove some unused constructors.
Diffstat (limited to 'src/reel_stereo_picture_asset.h')
| -rw-r--r-- | src/reel_stereo_picture_asset.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/reel_stereo_picture_asset.h b/src/reel_stereo_picture_asset.h index c7223495..80353b77 100644 --- a/src/reel_stereo_picture_asset.h +++ b/src/reel_stereo_picture_asset.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2015 Carl Hetherington <cth@carlh.net> + Copyright (C) 2014-2019 Carl Hetherington <cth@carlh.net> This file is part of libdcp. @@ -51,7 +51,6 @@ class StereoPictureAsset; class ReelStereoPictureAsset : public ReelPictureAsset { public: - ReelStereoPictureAsset (); ReelStereoPictureAsset (boost::shared_ptr<StereoPictureAsset> content, int64_t entry_point); explicit ReelStereoPictureAsset (boost::shared_ptr<const cxml::Node>); |
