Remove more unused things from CryCommon and CrySystem. (#709)
Lots of unrelated removals, I basically tried to remove everything exposed via gEnv that isn't used anymore, and following the threads found a few other things to remove also.
This commit is contained in:
@@ -319,12 +319,10 @@ private:
|
||||
void OnLayerComponentDeactivated(AZ::EntityId entityId) override;
|
||||
|
||||
private:
|
||||
void SetupFileExtensionMap();
|
||||
// Right click context menu when a layer is included in the selection.
|
||||
void SetupLayerContextMenu(QMenu* menu);
|
||||
void SetupSliceContextMenu(QMenu* menu);
|
||||
void SetupSliceContextMenu_Modify(QMenu* menu, const AzToolsFramework::EntityIdList& selectedEntities, const AZ::u32 numEntitiesInSlices);
|
||||
void SetupScriptCanvasContextMenu(QMenu* menu);
|
||||
void SaveSlice(const bool& QuickPushToFirstLevel);
|
||||
void GetEntitiesInSlices(const AzToolsFramework::EntityIdList& selectedEntities, AZ::u32& entitiesInSlices, AZStd::vector<AZ::SliceComponent::SliceInstanceAddress>& sliceInstances);
|
||||
|
||||
@@ -348,9 +346,6 @@ private:
|
||||
};
|
||||
|
||||
private:
|
||||
typedef AZStd::unordered_map<AZ::u32, IFileUtil::ECustomFileType> ExtensionMap;
|
||||
ExtensionMap m_extensionToFileType;
|
||||
|
||||
AZ::Vector2 m_contextMenuViewPoint;
|
||||
AZ::Vector3 m_sliceWorldPos;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user