From b80f0782ef673598d57159d44cc308fa21e3f9d4 Mon Sep 17 00:00:00 2001 From: Terry Michaels Date: Fri, 25 Jun 2021 10:04:08 -0500 Subject: [PATCH] Removed old code referencing removed classes (#1587) --- Code/Sandbox/Editor/MainWindow.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Code/Sandbox/Editor/MainWindow.cpp b/Code/Sandbox/Editor/MainWindow.cpp index 71b31102fd..b4cf317c26 100644 --- a/Code/Sandbox/Editor/MainWindow.cpp +++ b/Code/Sandbox/Editor/MainWindow.cpp @@ -1350,10 +1350,6 @@ void MainWindow::RegisterStdViewClasses() AzAssetBrowserWindow::RegisterViewClass(); AssetEditorWindow::RegisterViewClass(); - //These view dialogs aren't used anymore so they became disabled. - //CLightmapCompilerDialog::RegisterViewClass(); - //CLightmapCompilerDialog::RegisterViewClass(); - // Notify that views can now be registered AzToolsFramework::EditorEvents::Bus::Broadcast( &AzToolsFramework::EditorEvents::Bus::Events::NotifyRegisterViews);