forked from mirror/openmw-tes3mp
Remove unnecessary override.
This commit is contained in:
parent
9ed2cf6581
commit
2cff2cd643
2 changed files with 0 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue