]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlex.C
"Inter-word Space"
[lyx.git] / src / lyxlex.C
index da19717fa9a9fd392fd6367affc22b42c9e75abe..c590c74c534c5a568fda0d2a23785e945ccd4bd3 100644 (file)
@@ -52,12 +52,6 @@ int LyXLex::getLineNo() const
 }
 
 
-string const LyXLex::text() const
-{
-       return pimpl_->getString();
-}
-
-
 istream & LyXLex::getStream()
 {
        return pimpl_->is;