diff --git a/containments/homescreens/halcyon/plugin/pinnedmodel.cpp b/containments/homescreens/halcyon/plugin/pinnedmodel.cpp index 8504ed50..3aa7094d 100644 --- a/containments/homescreens/halcyon/plugin/pinnedmodel.cpp +++ b/containments/homescreens/halcyon/plugin/pinnedmodel.cpp @@ -128,12 +128,6 @@ void PinnedModel::moveEntry(int fromRow, int toRow) endMoveRows(); save(); - - // HACK: didn't seem to persist - if (!m_applet) { - return; - } - m_applet->config().sync(); } void PinnedModel::createFolderFromApps(int sourceAppRow, int draggedAppRow)