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