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_picture_asset.h | |
| parent | 7cbd4f09eaeda373662aaddef90d2d070a564b68 (diff) | |
Remove some unused constructors.
Diffstat (limited to 'src/reel_picture_asset.h')
| -rw-r--r-- | src/reel_picture_asset.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/reel_picture_asset.h b/src/reel_picture_asset.h index a20c216f..20cf0255 100644 --- a/src/reel_picture_asset.h +++ b/src/reel_picture_asset.h @@ -50,7 +50,6 @@ namespace dcp { class ReelPictureAsset : public ReelAsset, public ReelMXF { public: - ReelPictureAsset (); ReelPictureAsset (boost::shared_ptr<PictureAsset> asset, int64_t entry_point); explicit ReelPictureAsset (boost::shared_ptr<const cxml::Node>); |
