Supporters.
[dcpomatic.git] / src / tools / dcpomatic_kdm.cc
index 6257d60af3f636e2a25eaf3464eebafa993c5ee3..ae7d97f4f08a46d4d939aca9647c3920cfed39c7 100644 (file)
 
 */
 
+/** @file  src/tools/dcpomatic_kdm.cc
+ *  @brief Command-line program to generate KDMs.
+ */
+
 #include <getopt.h>
 #include <dcp/certificates.h>
 #include "lib/film.h"
@@ -33,8 +37,6 @@ using std::list;
 using std::vector;
 using boost::shared_ptr;
 
-static string program_name;
-
 static void
 help ()
 {