]> git.lyx.org Git - lyx.git/blobdiff - src/support/tests/check_filetools.cpp
Improve quotation mark opening/closing guess
[lyx.git] / src / support / tests / check_filetools.cpp
index 7da548abd762a75219fd53b8b75fb76e8f0edab5..ad657facb100bc63be19600beb70c772e3f55e5f 100644 (file)
@@ -10,16 +10,6 @@ using namespace lyx::support;
 
 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_normalizePath()
 {
        cout << FileName("/foo/../bar").absFileName() << endl;