]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
* src/tabular.[Ch]: simplify plaintext methods, because there
[lyx.git] / src / paragraph.h
index 8f1d5acd1f5d717aa2b1a31d7dddf6f4664510c7..6a1539243899fbacaa879485512afe351c020ce5 100644 (file)
@@ -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;