review changes

Signed-off-by: sphrose <82213493+sphrose@users.noreply.github.com>
This commit is contained in:
sphrose
2021-12-16 15:03:53 +00:00
parent 8562dbc6f2
commit 195764a427
6 changed files with 23 additions and 22 deletions
@@ -14,7 +14,6 @@
#include <AzFramework/Asset/AssetCatalogBus.h>
#include <AzToolsFramework/ToolsComponents/EditorComponentBase.h>
#include <SurfaceData/SurfaceDataTagProviderRequestBus.h>
#include <Terrain/TerrainDataConstants.h>
namespace AZ::Data
{
@@ -23,15 +22,6 @@ namespace AZ::Data
namespace SurfaceData
{
namespace Constants
{
static const char* s_allTagNames[] = {
Constants::s_unassignedTagName,
Terrain::Constants::s_terrainHoleTagName,
Terrain::Constants::s_terrainTagName,
};
} //namespace Constants
class EditorSurfaceDataSystemConfig
: public AZ::ComponentConfig
{