Merge master.
[dcpomatic.git] / src / lib / send_kdm_email_job.cc
index 1dec2ffb001dc7ce77fdfd4d1c595e8646bb90c9..541307f5acc8ace90d682b5b396046ddcdcbab2e 100644 (file)
@@ -34,7 +34,7 @@ SendKDMEmailJob::SendKDMEmailJob (
        boost::filesystem::path dcp,
        boost::posix_time::ptime from,
        boost::posix_time::ptime to,
-       libdcp::KDM::Formulation formulation
+       dcp::Formulation formulation
        )
        : Job (f)
        , _screens (screens)
@@ -52,12 +52,6 @@ SendKDMEmailJob::name () const
        return String::compose (_("Email KDMs for %1"), _film->name());
 }
 
-string
-SendKDMEmailJob::json_name () const
-{
-       return N_("send_kdm_email");
-}
-
 void
 SendKDMEmailJob::run ()
 {