]> git.lyx.org Git - lyx.git/blobdiff - src/support/unicode.h
* src/encoding.C (latexChar,read):
[lyx.git] / src / support / unicode.h
index 16c4e00a03ad48da47387db36b7ea4701d3cfb92..5137e8e663c01df4e9c9bacb51afa6b72a18fff7 100644 (file)
@@ -56,10 +56,6 @@ private:
        boost::scoped_ptr<Private> pimpl_;
 };
 
-/// This is implemented in lyx_main.C for the LyX program 
-/// and in client.C for the LyX client program.
-extern IconvProcessor & utf8ToUcs4();
-
 // A single codepoint conversion for utf8_to_ucs4 does not make
 // sense, so that function is left out.