]> 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 07fcc759aab35bd5fee2e188b9be6a68d3fdf263..ad657facb100bc63be19600beb70c772e3f55e5f 100644 (file)
@@ -10,10 +10,6 @@ using namespace lyx::support;
 
 using namespace std;
 
-namespace lyx {
-       docstring const _(string const & s) { return from_ascii(s); }
-}
-
 void test_normalizePath()
 {
        cout << FileName("/foo/../bar").absFileName() << endl;