]> git.lyx.org Git - lyx.git/blobdiff - src/Literate.h
Fix small bug in reading \set_color in lyxrc
[lyx.git] / src / Literate.h
index 3912f9b2f9189f2e194d99718d4fa93b326f67a5..9027db10d03c2f2e41ccf793f28ea4e1a432d400 100644 (file)
@@ -2,8 +2,10 @@
 /* This file is part of
  * ====================================================== 
  * 
- *           LyX, The Document Processor        
- *          Copyright (C) 1995 Matthias Ettrich
+ *           LyX, The Document Processor
+ *
+ *           Copyright 1995 Matthias Ettrich
+ *           Copyright 1995-2000 The LyX Team.
  *
  * ====================================================== 
  */
@@ -30,15 +32,7 @@ public:
 
         /// runs literate and build
         int build(TeXErrors &, MiniBuffer *);
-
-
 private:
-        ///
-        int scanLiterateLogFile();
-
-        ///
-        int scanBuildLogFile();
-
         ///
         string litfile;
         
@@ -56,3 +50,5 @@ private:
 };
 
 #endif
+
+