]> git.lyx.org Git - lyx.git/blobdiff - src/buffer_funcs.h
cosmetics
[lyx.git] / src / buffer_funcs.h
index 044db3fc84ab5bcbe05644b607048760022b6182..3f066a2541f7ff15ff416397c8e6c32b71583a21 100644 (file)
@@ -12,7 +12,6 @@
 #ifndef BUFFER_FUNCS_H
 #define BUFFER_FUNCS_H
 
-#include "lyxlayout_ptr_fwd.h"
 #include "support/docstring.h"
 
 #include <string>
@@ -53,9 +52,6 @@ Buffer * checkAndLoadLyXFile(support::FileName const & filename);
 Buffer * newFile(std::string const & filename, std::string const & templatename,
                 bool isNamed = false);
 
-///return the format of the buffer on a string
-std::string const bufferFormat(Buffer const & buffer);
-
 /// Fill in the ErrorList with the TeXErrors
 void bufferErrors(Buffer const &, TeXErrors const &, ErrorList &);
 
@@ -74,9 +70,6 @@ void checkBufferStructure(Buffer &, ParIterator const &);
 ///
 textclass_type defaultTextclass();
 
-///
-void loadChildDocuments(Buffer const & buffer);
-
 } // namespace lyx
 
 #endif // BUFFER_FUNCS_H