X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fparagraph.h;h=6a1539243899fbacaa879485512afe351c020ce5;hb=e7f4618bcce770369cf46335c2c7f0164b4b8857;hp=8f1d5acd1f5d717aa2b1a31d7dddf6f4664510c7;hpb=2e09a925a579e85d438824ada0843600fb16950e;p=lyx.git diff --git a/src/paragraph.h b/src/paragraph.h index 8f1d5acd1f..6a15392438 100644 --- a/src/paragraph.h +++ b/src/paragraph.h @@ -168,8 +168,6 @@ public: pos_type size() const { return text_.size(); } /// bool empty() const { return text_.empty(); } - /// - void clearContents(); /// LyXLayout_ptr const & layout() const;