]> git.lyx.org Git - features.git/blobdiff - src/tex2lyx/tex2lyx.C
Fix support lib dependency problem.
[features.git] / src / tex2lyx / tex2lyx.C
index 0f0c45fc90971db8618294e538118c8b460425b0..77992733d058472cb28385692d108179185df3f6 100644 (file)
@@ -69,13 +69,6 @@ using support::isFileReadable;
 namespace fs = boost::filesystem;
 
 
-IconvProcessor & utf8ToUcs4()
-{
-       static IconvProcessor iconv(ucs4_codeset, "UTF-8");
-       return iconv;
-}
-
-
 // Hacks to allow the thing to link in the lyxlayout stuff
 LyXErr lyxerr(std::cerr.rdbuf());