diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-11 12:49:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-12 09:14:06 +0100 |
| commit | 94056bf7f8fdef32da3cd78eff68d58560b4e6be (patch) | |
| tree | 937fad363dc94d65ec20fa2ff7aa3b303310d80f /src/wx/content_properties_dialog.cc | |
| parent | 73654117144c6de0ec4efe39ddc88485df546cc9 (diff) | |
Replace incorrect uses of raw_convert with a new locale_convert.
Diffstat (limited to 'src/wx/content_properties_dialog.cc')
| -rw-r--r-- | src/wx/content_properties_dialog.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wx/content_properties_dialog.cc b/src/wx/content_properties_dialog.cc index acc232df4..2f4e1a48b 100644 --- a/src/wx/content_properties_dialog.cc +++ b/src/wx/content_properties_dialog.cc @@ -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) |
