]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlex.h
Change to use preffered calling of Boost.Function
[lyx.git] / src / lyxlex.h
index 41da5297898f521ada2011e0e6a43def3d9b9df3..9797b8a8a9cd81b3c48d1c83fd054662a51a1c2e 100644 (file)
@@ -111,8 +111,6 @@ public:
 
        ///
        bool eatLine();
-       ///
-       int findToken(char const * str[]);
 
        /// Pushes a token list on a stack and replaces it with a new one.
        void pushTable(keyword_item *, int);
@@ -155,7 +153,7 @@ private:
     This is needed to ensure that the pop is done upon exit from methods
     with more than one exit point or that can return as a response to
     exceptions.
-    @autor Lgb
+    @author Lgb
 */
 struct pushpophelper {
        ///