]> git.lyx.org Git - lyx.git/blobdiff - src/tests/dummy_functions.cpp
de.po
[lyx.git] / src / tests / dummy_functions.cpp
index a265ec0e8f41dbeb5d2d9956185626ebd40e0b87..28ea633590ec6f7560c7b6887c41156e6f680939 100644 (file)
@@ -49,19 +49,4 @@ namespace lyx {
                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;
-       }
 } // namespace lyx