]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlex.h
don't rm emergency saves ever
[lyx.git] / src / lyxlex.h
index 143a88d087547bf7e04d0dc7560ec3b01ccab01c..f78a653c9cc3f512108c61107d89c6a115e374f8 100644 (file)
@@ -7,10 +7,6 @@
 #ifndef LYXLEX_H
 #define LYXLEX_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include <iosfwd>
 
 #include "LString.h"
@@ -53,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.
@@ -103,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);