]> git.lyx.org Git - lyx.git/blobdiff - src/support/Messages.cpp
Attempt to fix #8137 (arrived at r40862).
[lyx.git] / src / support / Messages.cpp
index 81b4eaee67873d929cf35838afc5619f68fadc75..8d85460ea6dba9e1930b181f9bd73b64f1ab9be1 100644 (file)
@@ -29,8 +29,6 @@ namespace lyx {
 // Instanciate static member.
 string Messages::main_lang_;
 
-namespace {
-
 void cleanTranslation(docstring & trans) 
 {
        /*
@@ -51,7 +49,6 @@ void cleanTranslation(docstring & trans)
        }
 }
 
-} // anonymous
 } // lyx