Removed the 'data-warnings' concept for checking before saving a material document. It's no longer necessary since we no longer replace the original data with placeholders.

Signed-off-by: santorac <55155825+santorac@users.noreply.github.com>
This commit is contained in:
santorac
2021-11-16 00:02:20 -08:00
parent a789d7b762
commit 224e0bd20f
4 changed files with 0 additions and 53 deletions
@@ -73,9 +73,6 @@ namespace AtomToolsFramework
//! Can the document be saved
virtual bool IsSavable() const = 0;
//! Get a list of warnings about the data that would be good to know before saving
virtual AZStd::vector<AZStd::string> GetDataWarnings() const { return {}; }
//! Returns true if there are reversible modifications to the document
virtual bool CanUndo() const = 0;