X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Ftests%2Fcheck_filetools.cpp;h=ad657facb100bc63be19600beb70c772e3f55e5f;hb=c0000cc405063044fb4eca3f04ab35f69fe3dd74;hp=7da548abd762a75219fd53b8b75fb76e8f0edab5;hpb=b1c7450f7360648fb0be0dbe87f375cebe83d508;p=lyx.git diff --git a/src/support/tests/check_filetools.cpp b/src/support/tests/check_filetools.cpp index 7da548abd7..ad657facb1 100644 --- a/src/support/tests/check_filetools.cpp +++ b/src/support/tests/check_filetools.cpp @@ -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;