Remove unnecessary override.

This commit is contained in:
Aesylwinn 2016-03-13 23:55:10 -04:00
parent 9ed2cf6581
commit 2cff2cd643
2 changed files with 0 additions and 7 deletions

View file

@ -112,11 +112,6 @@ bool CSVRender::PagedWorldspaceWidget::adjustCells()
}
}
/// \todo do not overwrite manipulator object
/// \todo move code to useViewHint function
if (modified && wasEmpty)
selectNavigationMode("trackball");
return modified;
}

View file

@ -50,8 +50,6 @@ CSVRender::UnpagedWorldspaceWidget::UnpagedWorldspaceWidget (const std::string&
update();
mCell.reset (new Cell (document.getData(), mRootNode, mCellId));
selectNavigationMode("trackball");
}
void CSVRender::UnpagedWorldspaceWidget::cellDataChanged (const QModelIndex& topLeft,