Remove call to sync_if_needed() on a LinkView
This commit is contained in:
parent
62d573c1d9
commit
0819f72b1b
|
@ -97,7 +97,6 @@ void List::verify_attached()
|
||||||
if (!m_link_view->is_attached()) {
|
if (!m_link_view->is_attached()) {
|
||||||
throw std::runtime_error("Tableview is not attached");
|
throw std::runtime_error("Tableview is not attached");
|
||||||
}
|
}
|
||||||
m_link_view->sync_if_needed();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void List::verify_in_tranaction()
|
void List::verify_in_tranaction()
|
||||||
|
|
Loading…
Reference in New Issue