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