Removes AnimGraphNodeWidget.cpp from Gems/EMotionFX

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-12-22 16:26:58 -08:00
parent c5986d5074
commit a857ad53b6
3 changed files with 0 additions and 14 deletions
@@ -1,11 +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 <EMotionFX/Tools/EMotionStudio/Plugins/StandardPlugins/Source/AnimGraph/AnimGraphNodeWidget.h>
#include <EMotionFX/Tools/EMotionStudio/Plugins/StandardPlugins/Source/AnimGraph/moc_AnimGraphNodeWidget.cpp>
@@ -23,8 +23,6 @@ namespace EMStudio
class AnimGraphNodeWidget
: public QWidget
{
Q_OBJECT
public:
AnimGraphNodeWidget(QWidget* parent = nullptr)
: QWidget(parent)
@@ -52,7 +52,6 @@ set(FILES
Source/AnimGraph/AnimGraphHierarchyWidget.cpp
Source/AnimGraph/AnimGraphHierarchyWidget.h
Source/AnimGraph/AnimGraphNodeWidget.h
Source/AnimGraph/AnimGraphNodeWidget.cpp
Source/AnimGraph/AnimGraphOptions.cpp
Source/AnimGraph/AnimGraphOptions.h
Source/AnimGraph/AnimGraphPlugin.cpp