summaryrefslogtreecommitdiff
path: root/src/reel_stereo_picture_asset.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-14 23:29:50 +0000
committerCarl Hetherington <cth@carlh.net>2019-03-17 00:24:27 +0000
commitea487953c7e51ec5c16087d739a42981ec9d0ff9 (patch)
treecc6c488c6693058de0c71ef241d30f92dab91ef8 /src/reel_stereo_picture_asset.cc
parent7cbd4f09eaeda373662aaddef90d2d070a564b68 (diff)
Remove some unused constructors.
Diffstat (limited to 'src/reel_stereo_picture_asset.cc')
-rw-r--r--src/reel_stereo_picture_asset.cc7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/reel_stereo_picture_asset.cc b/src/reel_stereo_picture_asset.cc
index f194cca0..8a169df2 100644
--- a/src/reel_stereo_picture_asset.cc
+++ b/src/reel_stereo_picture_asset.cc
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2014 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2014-2019 Carl Hetherington <cth@carlh.net>
This file is part of libdcp.
@@ -45,11 +45,6 @@ using std::make_pair;
using boost::shared_ptr;
using namespace dcp;
-ReelStereoPictureAsset::ReelStereoPictureAsset ()
-{
-
-}
-
ReelStereoPictureAsset::ReelStereoPictureAsset (boost::shared_ptr<StereoPictureAsset> mxf, int64_t entry_point)
: ReelPictureAsset (mxf, entry_point)
{