mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Remove unused code.
This commit is contained in:
parent
04ad3f4a95
commit
bb36296275
@ -330,13 +330,6 @@ TocItem const TocModels::currentItem(QString const & type,
|
||||
}
|
||||
|
||||
|
||||
void TocModels::updateBackend() const
|
||||
{
|
||||
bv_->buffer().masterBuffer()->tocBackend().update();
|
||||
bv_->buffer().structureChanged();
|
||||
}
|
||||
|
||||
|
||||
void TocModels::updateItem(QString const & type, DocIterator const & dit)
|
||||
{
|
||||
models_[type]->updateItem(dit);
|
||||
|
@ -125,8 +125,6 @@ public:
|
||||
///
|
||||
void init(Buffer const & buffer);
|
||||
///
|
||||
void updateBackend() const;
|
||||
///
|
||||
void updateItem(QString const & type, DocIterator const & dit);
|
||||
///
|
||||
void sort(QString const & type, bool sort_it);
|
||||
|
Loading…
Reference in New Issue
Block a user