summaryrefslogtreecommitdiff
path: root/src/dcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dcp.h')
-rw-r--r--src/dcp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dcp.h b/src/dcp.h
index 5802ca2e..e1e2ce9c 100644
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -151,12 +151,10 @@ public:
/** Write all the XML files for this DCP.
* @param signer Signer to use
- * @param include_mca_subdescriptors true to write MCA subdescriptors to CPLs.
* @param name_format Name format to use for the CPL and PKL filenames
*/
void write_xml(
std::shared_ptr<const CertificateChain> signer = std::shared_ptr<const CertificateChain>(),
- bool include_mca_subdescriptors = true,
NameFormat name_format = NameFormat("%t"),
boost::optional<std::string> group_id = boost::none
);