]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
Fix layout tests for autotools
[lyx.git] / src / Paragraph.h
index 641cf27a59be7a4217626739083146ca92dd4362..955804871b2e04eb159d06000cc47bf767c70c0f 100644 (file)
@@ -19,8 +19,6 @@
 #include "FontEnums.h"
 #include "SpellChecker.h"
 
-#include "insets/InsetCode.h"
-
 #include "support/strfwd.h"
 #include "support/types.h"
 
@@ -379,10 +377,6 @@ public:
        ///
        void insertChar(pos_type pos, char_type c,
                        Font const &, Change const & change);
-       /// Insert \p inset at position \p pos with \p change traking status.
-       /// \return true if successful.
-       bool insertInset(pos_type pos, Inset * inset,
-                        Change const & change);
        /// Insert \p inset at position \p pos with \p change traking status and
        /// \p font.
        /// \return true if successful.