mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
* 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:
parent
a894faa25e
commit
ea53fcb86a
@ -1520,12 +1520,6 @@ InsetBase::Code Paragraph::ownerCode() const
|
||||
}
|
||||
|
||||
|
||||
void Paragraph::clearContents()
|
||||
{
|
||||
text_.clear();
|
||||
}
|
||||
|
||||
|
||||
ParagraphParameters & Paragraph::params()
|
||||
{
|
||||
return pimpl_->params;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user