From: Richard Kimberly Heck Date: Sun, 26 Apr 2020 07:16:44 +0000 (-0400) Subject: Remove unnecessary friendship. Thanks Scott! X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2848b3cff1f9f96e0f7520e0203cb14a6580de4b;p=features.git Remove unnecessary friendship. Thanks Scott! --- diff --git a/src/ParagraphParameters.h b/src/ParagraphParameters.h index a57b433611..ccb131c9c6 100644 --- a/src/ParagraphParameters.h +++ b/src/ParagraphParameters.h @@ -39,8 +39,6 @@ public: /// ParagraphParameters(); /// - friend LyXErr & operator<<(LyXErr & os, ParagraphParameters const & cur); - /// void clear(); /// bool sameLayout(ParagraphParameters const &) const;