]> git.lyx.org Git - features.git/blobdiff - src/Text.h
Text: Get rid of BufferParams arguments.
[features.git] / src / Text.h
index 11f61949a56a6683c96935a1fb725064b6c4e5b0..4e56ffde92a08bbc93283c33a5398f16cdfba772 100644 (file)
@@ -19,7 +19,6 @@
 
 namespace lyx {
 
-class BufferParams;
 class BufferView;
 class CompletionList;
 class CursorSlice;
@@ -164,9 +163,9 @@ public:
        /// accept or reject the selected change
        void acceptOrRejectChanges(Cursor & cur, ChangeOp op);
        /// accept the changes within the complete Text
-       void acceptChanges(BufferParams const & bparams);
+       void acceptChanges();
        /// reject the changes within the complete Text
-       void rejectChanges(BufferParams const & bparams);
+       void rejectChanges();
 
        /// returns true if par was empty and was removed
        bool setCursor(Cursor & cur, pit_type par, pos_type pos,