summaryrefslogtreecommitdiff
path: root/src/reel_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_asset.cc
parent7cbd4f09eaeda373662aaddef90d2d070a564b68 (diff)
Remove some unused constructors.
Diffstat (limited to 'src/reel_asset.cc')
-rw-r--r--src/reel_asset.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/reel_asset.cc b/src/reel_asset.cc
index 72a1937c..797d1c40 100644
--- a/src/reel_asset.cc
+++ b/src/reel_asset.cc
@@ -48,16 +48,6 @@ using std::make_pair;
using boost::shared_ptr;
using namespace dcp;
-ReelAsset::ReelAsset ()
- : _asset_ref (_id)
- , _edit_rate (Fraction (24, 1))
- , _intrinsic_duration (0)
- , _entry_point (0)
- , _duration (0)
-{
-
-}
-
/** Construct a ReelAsset.
* @param asset Asset that this ReelAsset refers to.
* @param edit_rate Edit rate for the asset.