[LYN-1731] Removed temporary bus for checking if the new viewport interaction model is enabled.
This commit is contained in:
@@ -172,7 +172,6 @@ void SandboxIntegrationManager::Setup()
|
||||
|
||||
AzFramework::DisplayContextRequestBus::Handler::BusConnect();
|
||||
SetupFileExtensionMap();
|
||||
AzToolsFramework::NewViewportInteractionModelEnabledRequestBus::Handler::BusConnect();
|
||||
|
||||
MainWindow::instance()->GetActionManager()->RegisterActionHandler(ID_FILE_SAVE_SLICE_TO_ROOT, [this]() {
|
||||
SaveSlice(false);
|
||||
@@ -376,7 +375,6 @@ void SandboxIntegrationManager::GetEntitiesInSlices(
|
||||
void SandboxIntegrationManager::Teardown()
|
||||
{
|
||||
AzToolsFramework::Layers::EditorLayerComponentNotificationBus::Handler::BusDisconnect();
|
||||
AzToolsFramework::NewViewportInteractionModelEnabledRequestBus::Handler::BusDisconnect();
|
||||
AzFramework::DisplayContextRequestBus::Handler::BusDisconnect();
|
||||
if( m_debugDisplayBusImplementationActive)
|
||||
{
|
||||
@@ -2772,11 +2770,6 @@ void SandboxIntegrationManager::PopMatrix()
|
||||
}
|
||||
}
|
||||
|
||||
bool SandboxIntegrationManager::IsNewViewportInteractionModelEnabled()
|
||||
{
|
||||
return GetIEditor()->IsNewViewportInteractionModelEnabled();
|
||||
}
|
||||
|
||||
bool SandboxIntegrationManager::DisplayHelpersVisible()
|
||||
{
|
||||
return GetIEditor()->GetDisplaySettings()->IsDisplayHelpers();
|
||||
|
||||
Reference in New Issue
Block a user