Addressed remaining PR feedback

Signed-off-by: nggieber <52797929+AMZN-nggieber@users.noreply.github.com>
This commit is contained in:
nggieber
2021-12-09 15:30:32 -08:00
parent 5641bcd5f1
commit 9f4895aaea
9 changed files with 22 additions and 57 deletions
@@ -28,12 +28,6 @@ namespace O3DE::ProjectManager
ISettings() = default;
virtual ~ISettings() = default;
/**
* This checks if Settings is in a usable state
* @return true Settings is ready to be used, false otherwise
*/
virtual bool IsInitialized() = 0;
/**
* Get the value for a string settings key
* @param result Store string result in this variable