Remove call to sync_if_needed() on a LinkView

This commit is contained in:
Thomas Goyne 2016-01-26 12:08:40 -08:00
parent 62d573c1d9
commit 0819f72b1b
1 changed files with 0 additions and 1 deletions

View File

@ -97,7 +97,6 @@ void List::verify_attached()
if (!m_link_view->is_attached()) {
throw std::runtime_error("Tableview is not attached");
}
m_link_view->sync_if_needed();
}
void List::verify_in_tranaction()