* src/paragraph.[Ch]: remove Paragraph::clearContents(); this

method is unused and would make LyX crash (no CT support etc)


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17113 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Michael Schmitt 2007-02-08 17:47:51 +00:00
parent a894faa25e
commit ea53fcb86a
2 changed files with 0 additions and 8 deletions

View File

@ -1520,12 +1520,6 @@ InsetBase::Code Paragraph::ownerCode() const
}
void Paragraph::clearContents()
{
text_.clear();
}
ParagraphParameters & Paragraph::params()
{
return pimpl_->params;

View 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;