]> git.lyx.org Git - lyx.git/blobdiff - src/BufferList.h
Fix bug #6284: missing space between # and text in math mode when using \mbox
[lyx.git] / src / BufferList.h
index 8c79d4c30afcc76be64a266383a444785761c2a7..c703cd2a04cddd83ae7840336cc3d76de0d30567 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -69,12 +69,6 @@ public:
        /// emergency save for all buffers
        void emergencyWriteAll();
 
-       /// save emergency file for the given buffer
-       /**
-         * \return a status message towards the user.
-         */
-       docstring emergencyWrite(Buffer * buf);
-
        /// return true if no buffers loaded
        bool empty() const;