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:
-3
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user