summaryrefslogtreecommitdiff
path: root/src/reel_asset.cc
diff options
context:
space:
mode:
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.