X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FParagraph.h;h=955804871b2e04eb159d06000cc47bf767c70c0f;hb=952853eb2358472644e45f3fe3a6f3a68fac3556;hp=34ea08f64938d5d38fa3a0536639f665d2da7040;hpb=183b188ebe3489aebb372c00818afaab870cf4b8;p=lyx.git diff --git a/src/Paragraph.h b/src/Paragraph.h index 34ea08f649..955804871b 100644 --- a/src/Paragraph.h +++ b/src/Paragraph.h @@ -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.