]> git.lyx.org Git - lyx.git/blobdiff - src/bufferlist.h
Remove unused font variable which caused a warning.
[lyx.git] / src / bufferlist.h
index 9bff70c263f842989b028aa70a23fa6cfc44c300..198f46e552d4d15eb1be1a3131e5ab1d5ae61c68 100644 (file)
@@ -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);