Removed old code referencing removed classes (#1587)

This commit is contained in:
Terry Michaels
2021-06-25 10:04:08 -05:00
committed by GitHub
parent bf0816fb69
commit b80f0782ef
-4
View File
@@ -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);