]> git.lyx.org Git - lyx.git/blobdiff - src/support/docstring.cpp
Remove unneeded mutable keywords
[lyx.git] / src / support / docstring.cpp
index 727e1f594c4e9fab34b8f0b79d7b66d4bdb8e125..f44259d349335623789c34d891bd4d6a72aa3f36 100644 (file)
@@ -69,14 +69,6 @@ string const to_ascii(docstring const & ucs4)
 }
 
 
-IconvProcessor & utf8ToUcs4()
-{
-       static IconvProcessor iconv(ucs4_codeset, "UTF-8");
-       return iconv;
-}
-
-
-
 void utf8_to_ucs4(string const & utf8, docstring & ucs4)
 {
        size_t n = utf8.size();