]> git.lyx.org Git - lyx.git/blobdiff - src/buffer_funcs.h
cosmetics
[lyx.git] / src / buffer_funcs.h
index 1316fc1afd07996c4fa90d022ef823e68a0106e7..3f066a2541f7ff15ff416397c8e6c32b71583a21 100644 (file)
@@ -52,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 &);
 
@@ -73,9 +70,6 @@ void checkBufferStructure(Buffer &, ParIterator const &);
 ///
 textclass_type defaultTextclass();
 
-///
-void loadChildDocuments(Buffer const & buffer);
-
 } // namespace lyx
 
 #endif // BUFFER_FUNCS_H