summaryrefslogtreecommitdiff
path: root/src/reel_asset.h
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.h
parent7cbd4f09eaeda373662aaddef90d2d070a564b68 (diff)
Remove some unused constructors.
Diffstat (limited to 'src/reel_asset.h')
-rw-r--r--src/reel_asset.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/reel_asset.h b/src/reel_asset.h
index 42409ab9..974d9af0 100644
--- a/src/reel_asset.h
+++ b/src/reel_asset.h
@@ -65,7 +65,6 @@ class Asset;
class ReelAsset : public Object
{
public:
- ReelAsset ();
ReelAsset (boost::shared_ptr<Asset> asset, Fraction edit_rate, int64_t intrinsic_duration, int64_t entry_point);
explicit ReelAsset (boost::shared_ptr<const cxml::Node>);