Add comment.
[libdcp.git] / src / picture_asset_writer.cc
index e3d7b70e5079a2628637bce408fe771b105bfc41..6861562e4c81441e09219e531f6ddb72bd194e11 100644 (file)
@@ -43,10 +43,9 @@ using std::string;
 using boost::shared_ptr;
 using namespace dcp;
 
-PictureAssetWriter::PictureAssetWriter (PictureAsset* asset, boost::filesystem::path file, Standard standard, bool overwrite)
-       : AssetWriter (asset, file, standard)
+PictureAssetWriter::PictureAssetWriter (PictureAsset* asset, boost::filesystem::path file, bool overwrite)
+       : AssetWriter (asset, file)
        , _picture_asset (asset)
-       , _standard (standard)
        , _overwrite (overwrite)
 {
        asset->set_file (file);