Remove completely broken raw_convert from wchar_t.
[libdcp.git] / src / raw_convert.cc
index 7d3d1a72002b49511ca439eef728674b213fa063..4736bd960436c866da7d7fa776134f108d2ef261 100644 (file)
@@ -179,15 +179,6 @@ dcp::raw_convert (char v, int, bool)
 }
 
 
-template <>
-string
-dcp::raw_convert (wchar_t const * v, int, bool)
-{
-       wstring w (v);
-       return string (w.begin(), w.end());
-}
-
-
 template <>
 unsigned char
 dcp::raw_convert (std::string v, int precision, bool fixed)