]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
Fix layout tests for autotools
[lyx.git] / src / Paragraph.h
index 34ea08f64938d5d38fa3a0536639f665d2da7040..955804871b2e04eb159d06000cc47bf767c70c0f 100644 (file)
@@ -377,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.