]> git.lyx.org Git - lyx.git/blobdiff - src/support/tests/check_lstrings.cpp
improve language flag for Objective-C compiler call
[lyx.git] / src / support / tests / check_lstrings.cpp
index 90bf967885f4366dab962a1052e10260b155eece..3509e45e897bc4660330c0c2ce6bd4268f65d4bd 100644 (file)
@@ -10,10 +10,6 @@ using namespace lyx;
 
 using namespace std;
 
-namespace lyx {
-       docstring const _(string const & s) { return from_ascii(s); }
-}
-
 void test_lowercase()
 {
        cout << to_ascii(docstring(1, lowercase(char_type('A')))) << endl;