[LYN-3347] Removed some unused references to CSelectionGroup.
This commit is contained in:
@@ -116,29 +116,6 @@ static CCryEditDoc * theDocument;
|
||||
|
||||
#undef GetCommandLine
|
||||
|
||||
namespace
|
||||
{
|
||||
bool SelectionContainsComponentEntities()
|
||||
{
|
||||
bool result = false;
|
||||
CSelectionGroup* pSelection = GetIEditor()->GetObjectManager()->GetSelection();
|
||||
if (pSelection)
|
||||
{
|
||||
CBaseObject* selectedObj = nullptr;
|
||||
for (int selectionCounter = 0; selectionCounter < pSelection->GetCount(); ++selectionCounter)
|
||||
{
|
||||
selectedObj = pSelection->GetObject(selectionCounter);
|
||||
if (selectedObj->GetType() == OBJTYPE_AZENTITY)
|
||||
{
|
||||
result = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
||||
const char* CEditorImpl::m_crashLogFileName = "SessionStatus/editor_statuses.json";
|
||||
|
||||
CEditorImpl::CEditorImpl()
|
||||
|
||||
Reference in New Issue
Block a user