Merge pull request #206 from aws-lumberyard-dev/cgalvan/RemoveLegacyEditTools

[LYN-3105] Removed legacy CEditTool class and all sub-classes.
This commit is contained in:
cgalvan
2021-04-21 16:43:14 -05:00
committed by GitHub
61 changed files with 16 additions and 6678 deletions
@@ -815,8 +815,6 @@ namespace AzToolsFramework
/// Hide or show the circular dependency error when saving slices
virtual void SetShowCircularDependencyError(const bool& /*showCircularDependencyError*/) {}
virtual void SetEditTool(const char* /*tool*/) {}
/// Launches the Lua editor and opens the specified (space separated) files.
virtual void LaunchLuaEditor(const char* /*files*/) {}