]> git.lyx.org Git - lyx.git/blobdiff - src/Literate.h
Angus insetindex patch + protect patch from Dekel
[lyx.git] / src / Literate.h
index 2b65841d4e5ae27bb17368c9c30c0038c6940ca9..9027db10d03c2f2e41ccf793f28ea4e1a432d400 100644 (file)
@@ -33,12 +33,6 @@ public:
         /// runs literate and build
         int build(TeXErrors &, MiniBuffer *);
 private:
-        ///
-        int scanLiterateLogFile();
-
-        ///
-        int scanBuildLogFile();
-
         ///
         string litfile;
         
@@ -56,3 +50,5 @@ private:
 };
 
 #endif
+
+