Removing unused function

Signed-off-by: AMZN-Phil <pconroy@amazon.com>
This commit is contained in:
AMZN-Phil
2021-10-21 09:39:15 -07:00
parent 2809c3b7ed
commit a032c59eab
3 changed files with 0 additions and 7 deletions
@@ -34,7 +34,6 @@ namespace O3DE::ProjectManager
setLayout(vLayout);
m_downloadController = new DownloadController();
m_downloadController->Start();
m_headerWidget = new GemCatalogHeaderWidget(m_gemModel, m_proxModel, m_downloadController);
vLayout->addWidget(m_headerWidget);