]> git.lyx.org Git - lyx.git/blobdiff - src/support/tests/check_lstrings.cpp
Fix make check target
[lyx.git] / src / support / tests / check_lstrings.cpp
index 8a4aea84fd93597d334009cf165848a7b984ad31..3509e45e897bc4660330c0c2ce6bd4268f65d4bd 100644 (file)
@@ -10,16 +10,6 @@ using namespace lyx;
 
 using namespace std;
 
-namespace lyx {
-       // Dummy LyXRC support
-       struct LyXRC { string icon_set; } lyxrc;
-
-       // Keep the linker happy on Windows
-       void lyx_exit(int) {}
-
-       docstring const _(string const & s) { return from_ascii(s); }
-}
-
 void test_lowercase()
 {
        cout << to_ascii(docstring(1, lowercase(char_type('A')))) << endl;