]> git.lyx.org Git - lyx.git/blobdiff - src/buffer_funcs.h
* docstream: factorize out some code and introduce odocfstream::reset()
[lyx.git] / src / buffer_funcs.h
index dcdefd7cd4452e2b01e96a7f0089b306d34d666d..389b6c9f817d86bab463a0e79661d9e754e0f458 100644 (file)
@@ -22,12 +22,6 @@ class Buffer;
 class DocIterator;
 class ParIterator;
 
-
-/** 
- * Returns true if the file is already loaded into a buffer.
- */
-bool checkIfLoaded(support::FileName const & fn);
-
 /**
  *  Checks and loads a LyX file \param filename.
  *  \retval the newly created \c Buffer pointer if successful or 0.