]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
Harmonize naming
[lyx.git] / src / Buffer.h
index 4e5565449003dbdd82474a65238d30c2bffa8d30..5fdf020e4ce29ed7da08a354b70cd4d01e878bb9 100644 (file)
@@ -15,8 +15,6 @@
 #include "OutputEnums.h"
 #include "OutputParams.h"
 
-#include "insets/InsetCode.h"
-
 #include "support/strfwd.h"
 #include "support/types.h"
 
@@ -232,8 +230,7 @@ public:
        /// read a new document from a string
        bool readString(std::string const &);
        /// Reloads the LyX file
-       /// \param clearUndo if false, leave alone the undo stack.
-       ReadStatus reload(bool clearUndo = true);
+       ReadStatus reload();
 //FIXME: The following function should be private
 //private:
        /// read the header, returns number of unknown tokens