[LYN-3419] Removed remaining references to checking if the new viewport interaction model is enabled.

This commit is contained in:
Chris Galvan
2021-04-29 16:45:39 -05:00
parent 54e06b0f63
commit 217ba1e816
18 changed files with 142 additions and 965 deletions
-7
View File
@@ -94,13 +94,6 @@ CViewManager::CViewManager()
RegisterQtViewPane<QTopRendererWnd>(GetIEditor(), "Map", LyViewPane::CategoryViewport, viewportOptions);
GetIEditor()->RegisterNotifyListener(this);
if (!GetIEditor()->IsNewViewportInteractionModelEnabled())
{
// if the legacy interaction model is used, this manager will be the main manager
m_manipulatorManager =
AZStd::make_shared<AzToolsFramework::ManipulatorManager>(AzToolsFramework::g_mainManipulatorManagerId);
}
}
//////////////////////////////////////////////////////////////////////////