Fix crash when trying to make a KDM on an unencrypted project.
[dcpomatic.git] / src / wx / content_properties_dialog.cc
index acc232df4cd8445c69ec5ba12f1d763d8ec1b681..2f4e1a48bcadf6f0bbf242e717b30a6313d9b6c2 100644 (file)
@@ -23,7 +23,6 @@
 #include "lib/content.h"
 #include "lib/video_content.h"
 #include "lib/audio_content.h"
-#include <dcp/raw_convert.h>
 #include <boost/algorithm/string.hpp>
 #include <boost/foreach.hpp>
 
@@ -33,7 +32,6 @@ using std::pair;
 using std::map;
 using boost::shared_ptr;
 using boost::dynamic_pointer_cast;
-using dcp::raw_convert;
 
 ContentPropertiesDialog::ContentPropertiesDialog (wxWindow* parent, shared_ptr<Content> content)
        : TableDialog (parent, _("Content Properties"), 2, 1, false)