]> git.lyx.org Git - features.git/commitdiff
Remove unnecessary friendship. Thanks Scott!
authorRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 26 Apr 2020 07:16:44 +0000 (03:16 -0400)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:57 +0000 (15:48 +0200)
src/ParagraphParameters.h

index a57b4336117ed5ed630dd888ae6af2d0a061e95b..ccb131c9c6558cd89f0b6701a13c5fa425aac4f1 100644 (file)
@@ -39,8 +39,6 @@ public:
        ///
        ParagraphParameters();
        ///
-       friend LyXErr & operator<<(LyXErr & os, ParagraphParameters const & cur);
-       ///
        void clear();
        ///
        bool sameLayout(ParagraphParameters const &) const;