]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlex.h
"Inter-word Space"
[lyx.git] / src / lyxlex.h
index 5f94fc4d6871bef08736a89e9310ee3fcad111f0..4dda5a3697c0518a5b67de9f239288d41406c175 100644 (file)
@@ -28,7 +28,7 @@ struct keyword_item {
 class LyXLex : boost::noncopyable {
 public:
        ///
-       LyXLex (keyword_item *, int);
+       LyXLex(keyword_item *, int);
        ///
        ~LyXLex();
 
@@ -99,9 +99,6 @@ public:
        ///
        int findToken(char const * str[]);
 
-       ///
-       string const text() const;
-
        /** Pushes a token list on a stack and replaces it with a new one.
         */
        void pushTable(keyword_item *, int);