[LYN-3160] Removed IEditor::Get/SetEditMode and some additional unused (related) content in the InfoBar.

This commit is contained in:
Chris Galvan
2021-04-22 14:28:42 -05:00
parent 62d2971103
commit 08bd4ee740
30 changed files with 34 additions and 2073 deletions
@@ -139,16 +139,6 @@ namespace AzToolsFramework
*/
virtual void SetAxisConstraint(AZStd::string_view pConstrain) = 0;
/*
* Gets edit mode.
*/
virtual const char* GetEditMode() = 0;
/*
* Sets edit mode.
*/
virtual void SetEditMode(AZStd::string_view pEditMode) = 0;
/*
* Finds a pak file name for a given file.
*/