From 0819f72b1b9d6ce756f415f84dc82768fc4e2d60 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Tue, 26 Jan 2016 12:08:40 -0800 Subject: [PATCH] Remove call to sync_if_needed() on a LinkView --- src/list.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/list.cpp b/src/list.cpp index 6b51de9f..0c78942e 100644 --- a/src/list.cpp +++ b/src/list.cpp @@ -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()