]> git.lyx.org Git - lyx.git/blobdiff - src/bufferlist.h
Fix crash when running lyx -dbg insets -e ...
[lyx.git] / src / bufferlist.h
index 93bd63e5dbd757cbd86b8b85b30f020e7b5a606e..198f46e552d4d15eb1be1a3131e5ab1d5ae61c68 100644 (file)
@@ -4,9 +4,9 @@
  * 
  *           LyX, The Document Processor        
  *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2000 The LyX Team
+ *           Copyright 1995-2001 The LyX Team
  *
- *           This file is Copyright 1996-2000
+ *           This file is Copyright 1996-2001
  *           Lars Gullik Bjønnes
  *
  * ====================================================== */
@@ -96,14 +96,11 @@ public:
        bool empty() const;
 
        ///
-        bool QwriteAll();
+        bool qwriteAll();
 
        /// Close all open buffers.
        void closeAll();
 
-       ///
-       void resize();
-
        /// Read a file into a buffer readonly or not.
        Buffer * readFile(string const &, bool ro);