Removes Tests/Mocks/AnimGraphObjectData.h from Gems/EMotionFX

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-12-22 17:28:41 -08:00
parent 0abbdcd4ac
commit 94fa49da49
3 changed files with 0 additions and 16 deletions
@@ -102,7 +102,6 @@ namespace AnimGraphParameterCommandsTests
#include <Tests/Mocks/AnimGraphInstance.h>
#include <Tests/Mocks/AnimGraphManager.h>
#include <Tests/Mocks/AnimGraphObject.h>
#include <Tests/Mocks/AnimGraphObjectData.h>
#include <Tests/Mocks/AnimGraphNode.h>
#include <Tests/Mocks/AnimGraphStateTransition.h>
#include <Tests/Mocks/EMotionFXManager.h>
@@ -1,14 +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
*
*/
namespace EMotionFX
{
class AnimGraphObjectData
{
};
}
@@ -132,7 +132,6 @@ set(FILES
Tests/Mocks/AnimGraphManager.h
Tests/Mocks/AnimGraphNode.h
Tests/Mocks/AnimGraphObject.h
Tests/Mocks/AnimGraphObjectData.h
Tests/Mocks/AnimGraphStateTransition.h
Tests/Mocks/BlendTreeParameterNode.h
Tests/Mocks/Command.h