Removes EditorGradientComponentBase.cpp from Gems/GradientSignal

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-12-23 12:49:10 -08:00
parent b982d5627b
commit 8c6cc2ea04
3 changed files with 0 additions and 18 deletions
@@ -11,5 +11,4 @@ set(FILES
Tests/GestureRecognizerClickOrTapTests.cpp
Tests/GestureRecognizerPinchTests.cpp
Tests/GesturesTest.cpp
Mocks/IRecognizerMock.h
)
@@ -1,16 +0,0 @@
/*
* Copyright (c) Contributors to the Open 3D Engine Project.
* For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include <GradientSignal/Editor/EditorGradientComponentBase.h>
#include <AzCore/Serialization/SerializeContext.h>
#include <AzCore/Serialization/EditContext.h>
namespace GradientSignal
{
} //namespace GradientSignal
@@ -21,7 +21,6 @@ set(FILES
Source/Editor/EditorConstantGradientComponent.h
Source/Editor/EditorDitherGradientComponent.cpp
Source/Editor/EditorDitherGradientComponent.h
Source/Editor/EditorGradientComponentBase.cpp
Source/Editor/EditorGradientSurfaceDataComponent.cpp
Source/Editor/EditorGradientSurfaceDataComponent.h
Source/Editor/EditorGradientTransformComponent.cpp