]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/dummy_impl.cpp
FindAdv: Comments
[lyx.git] / src / tex2lyx / dummy_impl.cpp
index 15fbf8b3f36a0c13e46bbe59f287b904c3c8a6af..79278f40a379f59312f4cf0d2a1f240ac921bad7 100644 (file)
@@ -112,22 +112,6 @@ string alignmentToCSS(LyXAlignment)
        return string();
 }
 
-//
-// Dummy FontMetrics (needed by Length)
-//
-
-namespace frontend {
-class FontMetrics {
-       int em() const { return 0; };
-};
-} // namespace frontend
-
-class FontInfo;
-
-frontend::FontMetrics const & theFontMetrics(FontInfo const &) {
-       static frontend::FontMetrics dummy;
-       return dummy;
-}
 
 //
 // Keep the linker happy on Windows