]> git.lyx.org Git - lyx.git/blobdiff - src/messages.C
"Inter-word Space"
[lyx.git] / src / messages.C
index f2c0fcaecf38efa98700dbac278d167905c08c45..663da2a8f2317413cfcb224b971d6c2aa04b7ac0 100644 (file)
@@ -37,7 +37,7 @@ string const & getLocaleDir()
 #include <locale>
 
 // This version of the Pimpl utilizes the message capability of
-// libstdc++ that is distributed with GNU G++
+// libstdc++ that is distributed with GNU G++.
 class Messages::Pimpl {
 public:
        typedef std::messages<char>::catalog catalog;
@@ -114,8 +114,6 @@ public:
 private:
        ///
        string lang_;
-       ///
-       string localedir_;
 };
 #endif