]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlex.h
Alfredo's second patch
[lyx.git] / src / lyxlex.h
index ad260093c07ef31003f3a6e91b4ba3193bfe5ab3..f78a653c9cc3f512108c61107d89c6a115e374f8 100644 (file)
@@ -49,7 +49,7 @@ public:
        /// return true if able to open file, else false
        bool setFile(string const & filename);
        ///
-       void setStream(std::istream & i);
+       void setStream(std::istream & is);
        ///
        std::istream & getStream();
        /// Danger! Don't use it unless you know what you are doing.
@@ -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);